footer {
    background-color: #f1f1f1;
    padding: 20px 0;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.footer-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.footer-content p {
    margin: 5px 0;
    color: #737373;
    font-weight: 13px;
}

.footer-nav {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #737373;
}

.footer-city {
    font-weight: bold;
}

.footer-nav a {
    color: #737373;
    font-weight: bold;
    text-decoration: none;
}

.footer-nav a:hover {
    color: #b0b0b0;
}