* {
    padding: 0;
    margin: 0;
    font-family: cursive;
}

body {
    background-color: #121818;
}

.background {
    background-color: #121818;    
    height: auto;
    padding-top: 1px;
    padding: 5%;
    position: relative;
    
}
#outerGameContainer {
    margin: auto;
    padding: 0%;
    height: fit-content;
    width:fit-content;
}
#gameContainer {
    border: solid 3px rgb(47, 219, 4);
    border-style: ridge;
    height: fit-content;
    width: fit-content;
    padding: 5%;
    margin: auto;    
    margin-top: auto;  
}

.fixed {
    position: fixed;
}

.title {
    color: white;      
    text-align: center;
    font-size: 40px;
    margin-bottom: 5%;
}

h2 {
    color: white;      
    margin-top: 2%;
    text-align: center;   
}

.button-bar {          
    margin-top: 5%;
    text-align: center;      
  
}





