header {
    background-color: #f0ecec;
    padding-left: 1rem;
    text-align: left;
    font-size: 0.75rem;
    font-weight: normal;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100vw;
}

main {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
}

.loading-gif {
    width: 100px;
    height: 100px;
}

footer {
    background-color: #182c34;
    text-align: center;
    font-size: 1rem;
    color: white;
    font-weight: bold;
}

footer a {
    color: white;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}