body {
    background-image: url("images/background1.jfif");
    background-size: cover;
    
}

h1 {
    text-align: center;
}

h2 {
    text-align: center;
}

.overlay {
    opacity:0.8;
    background-color:#ccc;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left: 0%;
    z-index:1000;
}








#game {
    text-align: center;
    display: block;
    background-image: url("images/background2.png");
}

#choices {
    display: none;
}

#start {
    text-align: center;
}

#reload {
    font-size: 20px;
}




/* Add spacing around input buttons */


footer {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 10px 20px 0px 5px;
    display: block;
    opacity: 100;
}

