@font-face { font-family: Argon; src: url('../fonts/MonaspaceArgonVarVF[wght,wdth,slnt].ttf'); }

body {
    background-color: whitesmoke;
    font-family: Argon;
    color: #1D1D1D;
    text-align: center;
}

a {
    text-decoration: none;
    color: #1D1D1D;
}

ul.no-bullets {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    padding-top: 5px;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

img.title {
    padding-top: 70px;
    max-width: 60%;
    height: auto;
}

h1.backarrow {
    position: fixed;
    left: 50px;
    display: inline-block;
}