@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

* {
    margin: 0;
    padding: 0;
    color: #eee;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .03em;
}

body {
    background-color: #142117;
    margin-bottom: 4em;
}

ul li {
    margin-left: 30px;
}

img.sharp {
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-pixelated;
    -ms-interpolation-mode: nearest-neighbor;
}

.footer {
    margin-top: 16px;
    text-align: center;
}

.footer p {
    margin-top: 16px;
}
