body {
    margin: 0;
}

.hidden {
    display: none !important;
}

h1 {
    color: #fff;
    font-size: 68px;
}

.winner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    width: 100vw;
    height: 100vh;
}

.restart {
    color: #000;
    background-color: #D9FFF5;
    border: solid 2px #D9FFF5;
    border-radius: 10px;
    padding: 15px 50px;
    font-size: 20px;
    cursor: pointer;
}