.navlist {
    display: flex;
    list-style-type: none;
    justify-content: space-around;
    padding-right: 50px;
}

.navlink {
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.navlink:hover {
    border-radius: 5px;
}