body{
    margin: 0;
    background-color: black;
    overflow: hidden;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    user-select: none;
    font-size: 2rem;
}
#main{
    display: flex;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow: inherit;
    background-color: inherit;
    color: inherit;
    align-items: center;
    justify-content: center;
    text-shadow: 0px 0px 15px white;
    font-weight: 900;
}