
.navigation {
    width: 65rem;
    height: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font: var(--font-bold-r);
}

.navigation a {
    color: inherit;        
    text-decoration: none;
}

.navigation-right-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.navigation-right-group p {
    font: var(--font-bold-s);
}

.information {
    width: 65rem;
    height: 9.25rem;
    align-content: center;
    text-align: center;
    font: var(--font-display-l);
}

.hug-frame {
    width: min-content;
    height: min-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    margin: auto;
}