@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background: #92E5DA;
    color: #E4F05D;
}

h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 6em;
    text-align:center;
    text-transform: uppercase;
    /*-webkit-text-stroke: #30264A 1px;*/
    color: #E4F05D;
}

a {
    color: #E4F05D;
    text-decoration: underline;
}

.run-location {
    clear: both;
}

.run {
    padding: 10px;
    text-align: center;
    border: 1px black solid;
    min-width: 400px;
}

.run-title {
    font-size: 2em;
}

.run-routes {
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.run-route {
    padding: 0 15px;
}

#wednesday {
    background: #AE2D09;
}

#sunday {
    background: #2B263F;
}

