html {
    background-color: black;
}

body {
    text-align: center;
}

div {
    width: 50%;
    margin-left: 25%;
    margin-top: 5%;
}

img {
    width: 100%;
    border: 5px solid white;
}

h1, p {
    color: white;
}

h1 {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}

#verse {
    text-align: right;
}
