body {
overflow: hidden;
margin: 0px;
background-color: rgb(0, 0, 0);
}

#menuPanel {
position: absolute;
background-color: rgba(255, 255, 255, 0.25);
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}

#startButton {
height: 50px;
width: 200px;
/* margin: -25px -100px; */
position: relative;
/* top: 50%;
left: 50%; */
font-size: 32px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
}

#instructions {
color: white;
position: absolute;
right: 0;
padding: 1rem;
font-family: monospace;
background-color: rgba(0, 0, 0, 0.651);
}
