body {
    color: #b4bdcc;
    background-color: #162030;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-display: swap;
    src: url("/assets/roboto.woff2") format("woff2");
}

@font-face {
    font-family: "Domine";
    font-style: normal;
    font-display: swap;
    src: url("/assets/domine.woff2") format("woff2");
}

h1,
h2,
h3 {
    font-family: "Domine", sans-serif;
    font-size: 6rem;
    margin: 0;
}

body {
    font-family: "Roboto", serif;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

#title {
    margin-top: 4rem;
}
