body{
    margin: 0;
}

a{
    cursor: none;
}

.container{
    width: 100vw;
    height: 100vh;
    position :relative;
    overflow: hidden;
    user-select: none;
}

#cursor{
    position: absolute;
    z-index: 9999999;
    width: 20px;
    user-select: none;
    pointer-events: none;
}

.back-btn{
    width: 50px;
    cursor: none;
    margin:10px;
    position: absolute;
    z-index: 99999;
    mix-blend-mode: color;
}

.winbutton{
    bottom: 200px;
    right: 180px;
    position: absolute;
    cursor: none;
    width: 280px;
}

.overlay{
    position: absolute;
    height: 60vh;
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    top: 20vh;
    left: 15vw;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    width: auto;

}

.overlay .numbers{
    height: 10%;
    max-width: auto;
    align-self:flex-start
}

.overlay .border{
    height: 50%;
    border-left: 1px solid black;
}

h1{
    font-weight: 700;
    font-size: 20px;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-top: 20px;
}

p{
    font-weight: 400;
    font-size: 12px;
    margin-block-start: 0;
    margin-block-end: 0;
}