body{
    background-image: url("../images/concrete_seamless.png");
}
h1 {
    font-family: 'Righteous', cursive;
    text-align: left;
    font-size: 5rem;
    /* margin-left: 10rem; */
    /* width: 100%; */
        
}
h2{
    text-align: left;
    padding-left: 5rem;
    /* margin-left: 10rem; */
    /* width: 100%; */
    
}
#logo{
    padding-top: 1rem;
    padding-left: 3rem;
}
#topspace{
    height: 10rem;
}
#gameSection{
    display: block;
    align-content: center;
    text-align: center;
    border-style: groove;
    border-width: 5px;
    border-radius: 5px;
    border-color: #345869;
    font-family: 'Righteous', cursive;
}
#Intro{
    font-weight: 500;
    font-size: 1.5rem;
}
#currentWord{
    letter-spacing: .5rem;
    color: #251fac;
    font-size: 1.5rem;
}