*{
    background-color: black;
    color: white;
    text-align: center;
}
.container{
    width: 50%;
    margin-left: 25%;
}

img{
    margin-top: 40px;
    width: 70%;
    border: 5px solid yellow;
}

h1{
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
}

h3{
    margin-top: 0%;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: 100;
    font-size: medium;
}