body {
display: flex; 
flex-direction: column; 
align-items: center; 
justify-content: center;
 height: 85vh; 
 font-family: "Montserrat", sans-serif; 
 text-transform: uppercase; margin: 5; 
 }
 
 .grid {display: flex; flex-wrap: wrap; height: 85vh; width: 560px; background-color: gray; padding: 5px; color: maroon; border-radius: 10px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) inset, 0 1px 0 #fff}

.grid div {
    height: 70px;
    width: 70px;
}

.invisible {background-color: gray}

.header {
    display: flex;
    flex-direction: column;
}

h1 {
    font-size: 2.3rem;
}

.scoreBoard {display: flex; 
justify-content: center; 
align-items: center; 
padding: 10px; color: white; 
gap: 20px; margin-top: -40px}
