@font-face {
    font-family: "SpecialElite";
    src: url("assets/fonts/SpecialElite.woff2") format("woff2");
}

@font-face {
    font-family: "NectoMono";
    src: url("assets/fonts/NectoMono-Regular.woff2") format("woff2");
}

body{
    background-image: url("assets/images/websiteBG.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    height: 100%;
    overflow: hidden;
}

.container {
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.title {
    font-size: 3em;
    font-family: SpecialElite, monospace;
    margin-bottom: 8px;
}

.subtitle {
    font-size: 1em;
    font-family: 'NectoMono', monospace;
    margin-top: 8px;
}

.subsubtitle {
    font-size: .95em;
    font-family: 'NectoMono', monospace;
    margin-top: 4px;
}

.page {
    padding: 0em 15vw;
    font-size: 1em;
    justify-content: left;
    font-family: 'NectoMono', monospace;
}

.fancy-link {
    color:#466a4c;
    transition: color .1s, background-color .1s;
    background-color: #7d968266;
    text-decoration: none;
    border-radius: 4px;
    padding: .16em .3em;
    margin: -.2em 0;
    line-height: 1.7;
    white-space: nowrap;
    flex-direction: row
}

.hidden-link {
    color: #000000;
    text-decoration: none;
}

.hidden-link > a:hover {
    color: #000000;
    text-decoration: none;
}

.hidden-link > a:visited {
    color: #000000;
    text-decoration: none;
}

.loading {
    width: 2em;
    padding-left: 15vw;
}
