body {
    position: relative;
    margin: 0;
    min-height: 100vh;
    padding-bottom: 6.74rem;
    box-sizing: border-box;
}

footer {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.status-card {
    width: 12rem;
    height: 15rem;
    padding-top: 7rem;
    text-align: center;
}

.status-card .time-stats {
    font-size: 0.6rem;
}

a:link, a:visited, a:active {
    text-decoration: none;
}

