body
{
    background-image: url("./bg.avif");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-blend-mode: overlay;

    text-align: center;
}

li
{
    text-align: start;
    text-decoration: none;
    list-style-type: none;
}