@charset "UTF=8";

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap');

/* .fraunces-<uniquifier> {
  font-family: "Fraunces", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "SOFT" 0,
    "WONK" 0;
} */

*{
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    overflow-x: hidden;
    font-family: "Fraunces", serif;
}


p{
  line-height: 1.4em;
}

#next a{
  font-style: italic;
  color: white;

}

#next a:hover{
  font-weight:bold;
  color: white;
}

footer{
  font-family: "Fraunces", serif;
  font-size: 0.8rem;
  height: auto;
  width: 100vw;
  position: absolute;
  bottom: 0;
  background-color: rgba(4, 32, 95, 0.579);
  color: white;
  text-align: center;
  padding: 10px;
}