:root {
    --main: #6aa345;
    --fontAccent: #424242;
}

.cityTextWrapper{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-top: 250px;
    margin-bottom: 45px;
}

.cityTextContainer{
    display: flex;
    flex-flow: column;
    gap: 25px;
    width: 80%;
    max-width: 800px;
    letter-spacing: 0.2px;
    color: var(--fontAccent);
}

.cityText a{
    color: #6aa345 !important;
    font-weight: bold;
    text-decoration: none;
}

.cityHeader{
    font-size: 1.6rem;
    font-weight: bold;
    color: #2c2c2c;
    margin-bottom: 0;
}