* {
    font-family: 'Georama', serif ;
}

nav {
    display: flex;
    background: var(--nav);
    height: 70px;
    align-items: center;

}

.navlinks {
    margin: 10px;
    display: block;
    font-weight: 400;
    font-size: 26px;
    text-decoration: none;
    color: var(--text);
}

#search {
    margin-left: auto;
    right: 0;
}
@media screen and (min-width: 800px) {
.navlinks{
    font-size: 36px;
}

}
