@font-face {
    font-family: 'Nunito';
    src: url('/Nunito.ttf');
}

html, body {
    margin: 0;
    height: 100%;
}

body {
    align-items: center;
    background-color: #ffc400;
    color: #000000;
    display: flex;
    font-family: "Nunito", "Helvetica", "Arial", sans-serif;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
}

a {
    color: #000000;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.logo {
    max-width: 100%;
    width: 400px;
}

.logo img {
    display: block;
    width: 100%;
}
