html,
body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* border: 1px solid black; */
    overflow: hidden;
    font-family: "DejaVu Serif";

}

body {
    background-color: #f0f8ff;
}

@font-face {
    font-family: "DejaVu Serif";
    src: url("../fonts/DejaVuSerif.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "DejaVu Serif";
    src: url("../fonts/DejaVuSerif-Bold.ttf");
    font-weight: 700;
}

@font-face {
    font-family: "Syne Mono";
    src: url("../fonts/SyneMono-Regular.otf") format("opentype");
}

@font-face {
    font-family: "Syne Tactile";
    src: url("../fonts/SyneTactile-Regular.otf") format("opentype");
}


h1 {
    font-family: "Syne Mono"
}