@font-face {
    font-family: NotoSans;
    src: url(NotoSansItalic.ttf);
    font-style: italic;
}

@font-face {
    font-family: NotoSansDisplay;
    src: url(NotoSansDisplayItalic.ttf);
    font-style: italic;
}

* {
    font: inherit;
    box-sizing: border-box;
    vertical-align: baseline;
    border: 0;
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    font-family: NotoSans, Arial, Helvetica, sans-serif;
    color: #fffc;
    height: 100%;
    font-weight: 200;
    font-style: italic;
}

hr {
    border-top: 1px solid #fffc;
    margin: 1.6em 10em;
    opacity: .3;
}

.main {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: auto;
    background-image: url(bg.webp);
    height: 100%;
}

.content-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70%;
}

.content {
    text-align: center;
    background-color: #0007;
    box-shadow: 0 0 10px #8d7cd7ad;
    outline: 1px solid #792de929;
    padding: 3em 5em;
    border-radius: .6em;
}

.content h1 {
    font-family: NotoSansDisplay, Arial, Helvetica, sans-serif;
    font-size: 3em;
    font-weight: 100;
}

.content p {
    font-size: 1.4em;
}
