body {
   margin: 0;
   font-family: Gill Sans, sans-serif;
   color: #222222;
   font-size: 22px;
   background-color: #fdfdfe;
}
corps {
   margin: 50px 11vw 0 11vw;
   display: block;
}

h1,h2,h3,h4,h5 {
   font-family: Segoe UI, sans-serif;
   margin: 10px;
   color: #2b0f0f;
}

h1 {
   font-size: 28px;
   font-weight: bold; 
   color: #2b0f0f;
}
h2 {
   font-size: 40px;
   margin-top: 50px;
   text-align: center;
}
h3 {
   font-size: 32px;
   color: #d53333;
   text-align: center;
}
h4 {
   margin: 0;
}

p {
   font-family: Gill Sans, sans-serif;
   color: #222222;
   font-size: 22px;
}
.highlight {
   background: #ee884433;
}

a:link {
   color: inherit;
   text-decoration: none;
}
a:visited {
   color : inherit;
}

img {
   object-fit: cover
}

button.nav {
   background: inherit; 
   color: inherit; 
   border: none;
   font-weight: bolder;
   font-size: inherit;
   border-radius: 8px;
   padding: 8px;
}
