.header {
    margin-top: 10%;
}

.header h2 {
    font-weight: normal;
    padding: 0;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
    text-decoration: none;
    color: inherit;
}

#wrapper {
    display: flex;
    justify-content: space-between;
    height: 35%;
    margin: 15% 2%;
    padding: 0 2%;
}

#walk-route {
    margin-left: 10px;
}

.route-type {
    border-radius: 8%;
    padding: 2.5em 5px 5px;
    flex: 1;
    min-width: 100px;
    height: 8em;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.route-type p {
    color: var(--text-color);
    font-weight: 500;
    font-size: medium;
    margin-bottom: 5px;
}

i {
    color: var(--text-color);
}

#footer-text {
    color: var(--blue);
    font-weight: 500;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 10em;
    padding: 10% 0;
}

#footer-text p {
    width: 80%;
    line-height: 1.5;
    word-spacing: 5px;
}