body {
    text-align: center;
    font-family: Verdana;
    background-image: url(background.png);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

img {
    height: 350px;
    width: 350px;
    border: 3px solid white;
}

h1 {
    margin-top: 0.75em;
    margin-bottom: 0;
    font-size: 42px;
}

h2 {
    font-size: 30px;
}

h3 {
    margin-top: 0;
}

#info {
    color: white;
}

#lyrics {
    margin-top: 1em;
    background-color: rgba(255, 255, 255, 0.75);
    border: 12px solid rgba(255, 255, 255, -1.25);
}