PauseMenu {
pointer-events: all;
flex-direction: column;
align-items: center;
width: 33%;
div {
color: white;
width: 100%;
padding: 12px;
background-color: rgb(20, 20, 20, 0.5);
cursor: pointer;
}
}