html {
    padding: 0;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;

    margin: 0;
    padding: 0;

    background-image: url("./assets/backsplash.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#content {
    width: 90vw;
    margin: 10px auto 0 auto;
}