*{
    margin: 0;
    padding: 0;
}
html{
    background-color: black;
}
div{
    width: 50%;
    height: 70%;
    margin: 5% 25%;
    color: rgb(245, 231, 43);
}
img{
    width: 100%;
    border: solid rgba(245, 232, 43, 0.986);
    border-width: 5px;
}
h1, p{
    text-align: center;
    margin-top: 5%;
}
h1{
    text-transform: uppercase;
}
p{
    
}
.libre-baskerville-regular {
  font-family: "Libre Baskerville", serif;
  font-weight: 50;
  font-style: normal;
}

.libre-baskerville-bold {
  font-family: "Libre Baskerville", serif;
  font-weight: 100;
  font-style: normal;
}

.libre-baskerville-regular-italic {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
}
