html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;

}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #ffffff;
    padding: 2vh;
}

.container img {
    max-width: 18rem;
    height: auto;
    width: 100%
}

.container p {
    text-align: center;
    max-width: 70ch;
    line-height: 1.5;
}

.loading {
    width: 2rem !important;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.container a {
    color: white;
    text-decoration: none;
    padding: 1rem;
    background-color: #01548a;
    border-radius: .2rem;
}

.container a:hover {
    text-decoration: underline;
}