.routes {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.routes button {
    min-height: 0;
    padding: 0;
    margin: 10px;
    background: none;
    border: none;
}

.routes button:hover,
.routes button:focus,
.routes button:active {
    border: none;
    box-shadow: none  !important;
}

button:focus-visible {
    outline-color: var(--#e35e3f) !important;
    outline-offset: 0;
    box-shadow: none  !important;
}