@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
  body{
    background-color: rgb(245, 235, 210);
    padding: 5px;
    line-height: 1.2em;
    margin: 7px 5px 5px 5px;
    font-family: didactic;
}
  img {
      display: block;
      max-width: 95%;
      max-height: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 5%;
      margin-bottom: 3%;
  }
  .navbar {
  color: #214b4b;
  background-color: #ab9c59;
  height: 100px;
  font-size:1.2em;
  line-height: 1.2em;
  padding: 5px;
}
  p {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  line-height: 1.2em;
  font-size: 1.1em;
  color:black;
  }
  h1{
    color: #0124299e;
    margin-top: 2px;
    margin-bottom: 2px;
    line-height: 1.5em;
    text-align: center;
    font-size: 1.3em;
  }
  h2 {
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
    font-size: 1.1em;
    padding: 3px;
}
h3 {    color: #214b4b;}
footer {
  margin-top: 25px;
  margin-bottom: 7px;
  padding:9px;
  text-align: center;
  font-size: 1em;
  line-height: 1.4em;
  color: #214b4b;
  background-color: #ab9c59;
}
ul {
  list-style-type: none;
  padding: 3px;
}
a{
  color: #214b4b;
  margin-left: 15px;
}

@media (min-width: 768px) {
  body {
    padding: 10px;
    line-height: 1.5em;
}
  p {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    line-height: 2.2em;
    font-size: 1.3em;
  }
  h1{
    margin-bottom: 1px;
    line-height: 3em;
    text-align: center;
    font-size: 2.5em;
  }
    h2 {
  margin-top: 2px;
  margin-bottom: 2px;
  text-align: center;
  font-size: 1.5em;
  padding: 5px;
}
footer {
  color: #214b4b;
  background-color: #ab9c59;
  line-height: 1.3em;
  font-size: 1.3em;
}
@media only screen 
and (min-width : 1224px) {
  body {
    padding: 25px;
    line-height: 3em;
}
.navbar {
  color: #214b4b;
  background-color: #ab9c59;
  height: 120px;
  font-size:1.2em;
  line-height: 1.4em;
  padding: 10px;
}
img {
  max-width: 100%;
}
footer {
  color: #214b4b;
  background-color: #ab9c59;
  line-height: 1.4em;
  font-size: 1.5em;
}
}

}