@import url('https://fonts.googleapis.com/css2?family=Merriweather&family=Noto+Serif&display=swap');
body{
  background-color: #FFBFA5;
  color: black;
  font-family: 'Noto Serif', serif;
  margin: 5% auto;
}
h2{
  font-family: 'Merriweather', serif;
  font-size: 32px;
  color: black;
}
a{
  font-size: 18px;
  color: #C8FF72;
}
p,li{
  font-size: 16px;
  color: #6E5B54;
}
strong{
  font-size: 18px;
  color: #150E20;
}
.adaptable{
  width: 100%;
  height: auto;
}
