
header {
    width: calc(100vw - 40px);
    padding: 5px;
    margin: 20px 15px;
    /* position: sticky; */
    top: 0;
    /* backdrop-filter: blur(6px); */
    z-index: 10;
    flex: 1;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    color: white;
}

.nav-links {
    padding-right: 10%;
    list-style: none;
    display: flex;
    gap: 20px;
    margin-top: -15px;
}

.nav-links a {
    color: white;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.1rem;
}

.smm {
    font-weight: 900;
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.1rem;
    display: inline-block;
    margin: 0;
    line-height: 1;
}

.age {
    font-size: x-large;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    letter-spacing: 0.1rem;
    margin: 0 3px 0 0;
    display: inline-block;
    margin-left: 5px;
}


.inno {
    font-size: x-large;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    letter-spacing: 0.5rem;
    margin-top: -7px;
}


.logo {
    position: relative;
    left: 0px;
    padding-left: 50px;
}

@media(max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px;
        right: 20px;
        padding: 15px;
        border-radius: 10px;
    }

    .burger {
        display: block;
    }
}
