.navmenu__link{
    text-decoration: none;
    font-size: 1rem;
    font-weight: normal;
    color: inherit;
}

@media screen and (max-width:480px) {
    .navmenu__link{
        text-align: center;
    }
}