body{
    color: #000000;
    background-color: #ecf0f3;
}
.topbar{
    display: flex;
    align-items: center;
}
.navber{
    font-size: 20px;
    margin-top: 20px;
    margin-right: 10%;
    margin-left: auto;
}
.nbo{
    margin-right: 15px;
    color: #000000;
    text-decoration: none;
}
.nbco{
    margin-right: 15px;
    color: #000000;
    text-decoration: underline;
}
.nbo:hover{
    font-weight: bold;
}
.nbco:hover{
    font-weight: bold;
}
.outline-div{
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #000000;
    width: 70%;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.crn{
    text-align: center;
}
.crn-a{
    color: #000000;
    text-decoration: none;
}
.logo{
    width: fit-content;
    display: flex;
    place-items: center;
    margin-left: 10px;
}
.logo-a{
    display: block;
    width: fit-content;
    color: inherit;
    text-decoration: none;
}
.icon{
    width: 50px;
    height: 50px;
    margin-right: 10px;
    display: block;
}