#gameOverMask{
    background-color: rgba(41, 41, 41, 0.92);
    display: none;
    justify-content: center;
    align-items: center;
    color: #FFF;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
}

.gameOverTitle{
    font-size: 88px;
}

.gameOverBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.gameOverBtn:hover{
    text-decoration: underline;
}