html, body {
    width: 100%;
    height: 100%;
    font-family: 'Jockey One', sans-serif;
}

h1 {
    font-size: 48px;
    margin-bottom: -16px;
    font-family: 'Press Start 2P', cursive;
    text-align: center;
    color: #1AA7B8;
}
h3 {
    text-align: center;
    color: coral;
}
img {
    margin: 0 auto;
    width: 128px;
    height: auto;
}
a {
    color: coral;
    text-decoration: none;
    font-size: 24px;
}
div {
    display: flex;
    margin: 25px;
}

section {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
}
section:first-of-type {
    flex-direction: column;
}