header{
    display: flex;
}
.logo{
    display: flex;
    width: fit-content;
    color: inherit;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    margin-left: 8%;
}
.icon{
    height: 70px;
    margin-right: 15px;
}
.navber{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 8%;
}
.navber a{
    color: inherit;
    font-size: 2.4rch;
    margin-left: 5vw;
}
.navber a:hover{
    font-weight: bold;
}
.nbo{
    text-decoration: none;
}
.nbco{
    text-decoration: underline;
}
.crn{
    text-align: center;
}
.crn-a{
    color: inherit;
    text-decoration: none;
}