html,body{
   background-color:#101922; 
   color:white;
   margin: 0;
   padding: 0;
}
#win{
    display: none;
    color: white;
    background-color: red;
    margin-top: 30vh;
    width: fit-content;
    padding: 20px;
    border-radius: 20px;
    border: 8px solid black;
    box-shadow: 0 -2px 5px 5px #ffffff;
}
#spot{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: absolute;
}