

body {
  font-family: EB Garamond;
  font-size: 40px;
  line-height: 0.958;

  background-color: #F6B3BE;
  color: #090711;
  margin: 35px auto 40px auto;
  width: 2000px;
}

a
{
  color: #090711;
  text-decoration: none;
  font-family: EB Garamond;
  font-weight: 400;
  font-style: italic;
  font-size: 40px;
  flex-direction: row;
  margin: auto 6px auto 6px;
}


a:hover{
  font-style:normal;
}



.first-header {
  font-size: 40px;
  font-weight: 400;
  display: flex;
  text-align:justify;
  border-top: #AD263C 5px solid;
  margin: 0 0 12px 0;
}





nav {
  font-size: 20px;
  line-height: 1;
  justify-items:end;
}

.subtitle
{
  font-size:  20px;
  padding-bottom: 6px;
}

.box-one,
.box-two,
.box-three,
.box-four,
.box-five {
  display: flex;
  column-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 40px;
}

@media (max-width: 2000px) {
  body {
    width:auto;
    margin: auto 40px auto 40px;
  }

  .first-header {
font-size: 100px;
}
  
a 
{
  font-size: 60px;

}

.subtitle{
  font-size: 40px;
}

.one, .two, .three, .four, .five, .six, .eight, .nine, .ten, .twelve, .fourteen, .thirteen, .sixteen, .eighteen, .seventeen  {
  padding-bottom: 40px;
}





}