@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url(./fonts/Lato-Regular.ttf) format('truetype');
    font-display: swap;
}

body {
    background: #222034;
    font-family: 'Lato', monospace;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.2ch;
}

a {
    color: #ffffffdd;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #ffffffdd;
}

.hero {}

@media screen and (min-width: 750px) {
    .hero {}
}

.hero img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
    image-rendering: pixelated;
    margin-bottom: -5rem;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 2.0;
    text-align: center;
}
