.navBox{
    width:100%;
    height:50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    h1{
        font-size: 30px;
    }
}
.list{
    width:250px;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    a{
        font-size: 20px;
        font-weight: bolder;
        color:#000;
    }
}

.color_yellow {
    color: #3DAFE4;
    a{
        color: #3DAFE4;
    }
}