body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    margin: 0;
}

header, footer {
    padding: 1rem 0;
}

.logo {
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

.stop-block {
    margin-bottom: 1rem;
}

.times .time {
    display: inline-block;
    margin-right: .5rem;
}
