.nav2 {
    width: 100%;
    height: 90px;
    background-color: blue;
    padding: 0;
    border-style: none;
    color: white;
    padding: 0;
    border-style: none;
    color: white;
}
.one{
    list-style: none;
    float: left;
    width: 10%;
    font-weight: bolder;
    margin-left: 2%;
    cursor: pointer;
    text-align: center;
    position: relative;
    white-space: nowrap;

}
.one a{
    color: #FFFFFF;
    width: 100%;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 1.2rem;
}


.one a:hover{
    color: red;

}
.two {
    text-align: center;
    list-style: none;

}
.three {
    text-align: right;
    list-style: none;
}