body h1 {
    margin: 0;
    font-family: "Noto Sans", sans-serif;
}

.background {
    width: 100vw;
    height: 100vh;

    display:flex;
    justify-content: center;
    align-items: center;

    text-align: center;
    color: white;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.background h1 {
    font-size: 8em;

    padding-top: 0.1em;
    padding-bottom: 0.2em;
    padding-left: 0.2em;
    padding-right: 0.2em;
    margin-left: auto;
    margin-right: auto;

    color: hsl(0, 0%, 96%);

    border: 0.12em solid hsl(0, 0%, 96%);
    border-radius: 0.1em;

    display:flex;
}
