#body-elements {
    background-image: linear-gradient(#4F2796, #FFC0CB);
    width: 100vw;
    height: 100vh;
}
#button-back {
    border-radius: 2vh;
    border-color: black;
    border-width: 1px;
    text-decoration: none;
    outline: none;
    font-family: 'Be Vietnam', sans-serif;
    font-size: 1.5vw;
    width: 100%;
    display: block;
}
#rounds {
    text-shadow: 0 2px 2px white;
    font-family: 'Dancing Script', cursive;
}
.center-text {
    text-align: center;
}
#encasing-col {
    border: none;
    background: none;
}
#hangman-text {
    font-family: 'Roboto Slab', serif;
    color: white;
}
#popstyle-text {
    font-family: 'Dancing Script', cursive;
}
#press-any-key-text {
    font-family: 'Be Vietnam', sans-serif;
    font-size: 1.5vw;
    width: 100%;
}
#wins-text {
    font-family: 'Be Vietnam', sans-serif;
    font-size: 1.5vw;
    width: 100%;
    text-decoration: underline black;
}
#losses-text {
    font-family: 'Be Vietnam', sans-serif;
    font-size: 1.5vw;
    width: 100%;
    text-decoration: underline black;
}
#wins-col {
    border: none;
}
#losses-col {
    border: none;
}
#num-guesses-text {
    font-family: 'Be Vietnam', sans-serif;
    font-size: 1.5vw;
    width: 100%;
    text-decoration: underline black;
}
#num-guesses {
    font-family: 'Be Vietnam', sans-serif;
    font-size: 1.5vw;
    width: 100%;
    text-align: center;
}
#num-wins {
    font-family: 'Be Vietnam', sans-serif;
    font-size: 1.5vw;
    width: 100%;
}
#letters {
    width: 80%;
}
#ltrs-alrdy-gssd-text {
    font-family: 'Be Vietnam', sans-serif;
    font-size: 1.5vw;
    width: 100%;
    text-decoration: underline black;
}

#link-to-video {
    color: plum;
    font-family: 'Be Vietnam', sans-serif;
    font-size: 1.5vw;
    background: purple;
    border-radius: 12px;
    margin: 0 auto;
    display: block; /* Makes it so I can actually center it */
    width: 70%;
}
#word {
    text-align: center;
}
#song-name {
    font-family: 'Be Vietnam', sans-serif;
    font-size: 3.5vw;
    width: 100%;
}
#lettersLeft{
    font-family: 'Be Vietnam', sans-serif;
    font-size: 0.5vw;
    width: 100%;
}
.container {
    border-radius: 10px;
}
.col {
   border-radius: 10px;
   background-color: white;
   border-color: black;
   border-style: solid; 
}