@font-face {                  
    font-family: 'Jacquard12';
    src: url(https://humantooth.neocities.org/fonts/Jacquard12-Regular.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CoralinesCat';
    src: url(../assets/fonts/coralines-cat/CoralinesCat.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SnootPixel10';
    src: url(../assets/fonts/snoot-org-pixel10/px10.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dotty';
    src: url(../assets/fonts/dotty/dotty.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
    width:  100%;
}

body {
    background-color: #2A0134;
    color: orange;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
}

header {
    width: 100%;
    text-align: center;
}

header>h1 {
    font-family: 'Jacquard12', serif;
    font-size: 6em;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-style: italic;
    font-weight: bold;
}

nav {
    display: flex;
    width: 100%;
}

nav>a {
    flex-grow: 1;
    display: inline-block;
    font-family: 'dotty';
    line-height: .75em;
    font-size: 8em;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

main>section {
    width: 85%;
    background-color: rgba(0.2, 0.2, 0.2, 0.6);
    border: 18px solid transparent;
    background-clip: padding-box;
    border-image: url(../assets/borders/better-spiderweb.png) 17 round;
    margin-top: 20px;
    padding: 7px;
    box-sizing: border-box;
}

main>section>h2 {
    font-family: 'dotty';
    line-height: .75em;
    font-size: 10ex;
    margin: 5px;
}

main>section>p {
    font-family: 'SnootPixel10';
    font-size: 5ex;
    margin: 5px;
    color: white;
}

footer {
    text-align: center;
    font-family: 'SnootPixel10';
    color: white;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
}
