* {
    font-family: "New spirit condensed", serif;
    font-style: normal;
    scroll-behavior: smooth;
    user-select: none;
}

body {
    min-width: 360px !important;
    margin: 0;
    padding: 0;
    text-transform: uppercase !important;
    background-color: #eeedeb;
    overflow-x: hidden;
}

.container {
    display: flex !important;
    flex-direction: column;
    margin: 0 !important;
    padding: 0 !important;
    width: 100vw !important;
    max-width: 100% !important;
}

#header .links a {
    border-bottom: 2px solid transparent;
}

#header .links a.active {
    border-bottom: 7px solid #0009;
}

.title-location {
    cursor: default;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0 !important;
    font-weight: 600;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 2rem;
    font-size: 99%;
    margin: 0 !important;
}

@media (max-width: 768px) {
    .title-location {
        width: 137px;
        right: 1rem;
        top: 1px;
        font-size: 90%;
        transform: scaleY(1.5);
    }
}