*{
    font-family: "Noto Sans", sans-serif;
}

html{
    font-size: 16px;
}

@media (max-width: 768px) {
    html{
        font-size: 12px;
    }
}

body{
    background-color: black;
    height: 100lvh;
    overflow: hidden;
    display: flex;
}

.a-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
}

h1{
    color: white;
    text-shadow: 0px 0px 10px #ffffff;
    font-size: 2rem;
}

a{
    color: white;
    text-shadow: 0px 0px 10px #ffffff;
    font-size: 1.5rem;
}