@font-face {
    font-family: forLi;
    src: url("./assets/forLi.ttf");
}

*{
     margin: 0;
     padding: 0;
    /*box-sizing: border-box;*/
 }

#body{
    background-image: url("assets/checkmate-1511866_1920.jpg");
    justify-content: center;
    align-items: center;
}

li {
    list-style-type: none;
}

a {
     color: white;
     font-size: 2.5rem;
     cursor: pointer;
     font-family: "forLi", sans-serif;
     text-decoration: none;
 }

.list{
    position: absolute;
     background-color: rgba(0,0,0,0.5);
     border-radius: 15px;
     padding: 20px 20px 5px;
     box-shadow: 0 2px 5px rgba(0,0,0,0.5);
     backdrop-filter: blur(5px);
     text-align: center;
    /*margin: 100px;*/
     width: 50%;
    height: 50vh;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
 }