@charset "UTF-8";

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #1D1D1D;
    color: #FFFFFF;
}

main {
    width: fit-content;
    height: auto;
    margin: 3em auto;
}

h1, p {
    text-align: center;
    padding-bottom: 0.6em;
}

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

a:hover {
    text-decoration: underline;
}

a > img {
    display: block;
    margin: auto;
}
