body {
    min-height: 100vh;
    background-color: #111;
    color: white;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container>span {
    font-size: 2rem;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.footer{
    color: white;
    position: fixed;
    left: 0;
    bottom: 8px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    gap: 8px;
}

.footer a, .footer a:visited {
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}