@import url(../fonts/aukera.css);
@import url(../fonts/bitcount.css);
@import url(../fonts/snpro.css);

* {
    margin: 0;
    padding: 0;
    font-family: "Bitcount Grid Single", sans-serif;
    color: white;
}

body {
    background: black;

    display: flex;
    justify-content: center;
}

.container {
    width: 35dvw;
}

h1 {
    font-family: 'Aukera', sans-serif;
    margin-bottom: 5px;
    margin-top: 25px;
}

h1 > span {
    font-family: "Bitcount Grid Single", sans-serif;
    font-size: 55px;
    margin-left: 15px;
}

ul {
    margin-top: 35px;
}

li {
    margin-top: 8px;
    list-style-type: none;
}

a {
    text-decoration: none;
    border-bottom: 1px white dotted;
}

a:hover {
    border-bottom-style: solid;
}
