body {
    background-color: #282C34;
    margin: auto;
    padding: 10px;
    font-size: initial;
}

@media screen and (max-width: 400px) {
    body {
        font-size: small;
    }
}

a {
    color: aquamarine;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, div {
    color: antiquewhite;
    text-align: center;
    font-family: "fira-code", monospace;
}

@font-face {
    font-family: 'fira-code';
    font-style: normal;
    font-weight: 200;
    src: url('FiraCode-Retina.ttf');
}