.tagline {
    text-align: center;
    margin-bottom: 2rem;
    font-size: var(--font-md);
}

.info-table {
    width: 100%;
    border-collapse: collapse;
    font-size: var(--font-md);
}

.info-table th,
.info-table td {
    padding: 0.5rem 0.75rem;
    text-align: left;
    vertical-align: top;
}

.info-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

footer {
    text-align: center;
    padding: 1rem;
    font-size: var(--font-sm);
    background-color: #eee;
    margin-top: auto;
}

.logo {
    text-align: center;
    margin-bottom: 1.5rem;
}

.logo img {
  width: 200px;
  height: auto;
}