.header {
    background-color: #f5f5f5;
}

.header .logo {
    margin: 0 auto;
    max-width: 225px;
    padding: 20px 10px;
    display: block;
}

.date {
    background-color: #fedd00;
    padding: 15px 10px;
}

.date .current-date {
    color: white;
    font-size: 1.1em;
    margin: 0;
    text-align: center;
}

.table td,
.table th {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    text-align: center;
}

a {
    color: #939393;
}

a:hover {
    color: #fedd00;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
    text-align: center;
}