
body{
    background-color: lavender;
}

h1{
    color: gold; 
    font-size: 25px; 
    position: absolute; 
    left: 50%; 
    transform: translateX(-50%); 
    bottom: 75%
}
h2{
    color: white; 
    font-size: 10px; 
    position: absolute; 
    left: 50%; 
    transform: translateX(-50%); 
    bottom: 10%
}
.whiteNote{
    background-color: white;
    height: 80px;
    width: 30px;
    border: 1px solid black;
}
.blackNote{
    background-color: black;
    height: 80px;
    width: 30px;
}
.win{
    background-color: red;
    height: 800px;
    width: 30px;
    color: white; 
    font-size: 20px; 
}


