h1{

    font-family: 'Libre Baskerville', serif;
    text-transform: uppercase;
    font-size: 3rem;
    
}

div{
    
    width: 50%;
    margin-left: 25%;
    text-align: center;
    color: bisque;
    margin-top: 100px;
    font-family: 'Libre Baskerville', serif;
}

img{
    width: 100%;
    border: 5px solid bisque;
}

html{

    background-color: black;
}
