@font-face {
    font-family: "Electrolize";
    src: url("assets/fonts/Electrolize-Regular.ttf");
}

* {
    font-family: "Electrolize", sans-serif;
}

body {
    align-items: center;
    justify-items: center;
    background-color: #0a0a14;
    color: #ffe040;
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
}

main {
    align-items: center;
    display: flex;
    height: 90%;
    justify-content: center;
    width: 100%;

    h1 {
        font-size: 64px;
    }
}

.accent {
    color: #00ffff;
}

#webring {
    align-items: center;
    display: flex;
    font-size: 32px;
    height: 10%;

    p {
        border-width: 0 1px;
        border-style: solid;
        border-color: #ffe040;
        display: inline;
        padding: 0 20px;
        margin: 0 20px;
    }

    a {
        color: #ffe040;
        text-decoration: none;
    }
}
