a {
    display: block;
    width: 100%;
    font-size: 38px;
    height: 150px;
    text-align: center;
    line-height: 150px;
    text-decoration: none;
}

a:nth-child(even) {
    color: white;
    background-color: darkgray;
}

a:nth-child(odd) {
    color: black;
}

.stations {
    padding-bottom: 25px
}

.departure {
    font-size: 42px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 25px;
}
