@font-face {
    font-family: "_decterm";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/assets/font/_decterm.ttf");
}

body {
    background-color: black;
    color: white;
    font-family: "_decterm";
    text-align: center;
}

h1 {
    font-size: 4em;
    margin-top: 0.35em;
}

p {
    font-size: 2em;
}
