/* .main_color{
    color:#f9b501;
    background-color:rgb(114, 106, 106);
} */
/* .main_color{
    color:rgb(49, 78, 135);
    background-color:#f9b501;
} */

html, body {
  margin: 0;
  padding: 0;
}

header {
    background-color: #f9b501;
    height: 50px;
}

.title {
    color: black;
    margin-left: 10px;
    /* font-size: 5vw; */
}

.nav_menu{
    /* width: 500px; */
    display: flex;
    /* text-align: right; */
    
    /* background-color: #f9b501 */
}

.ul_menu-group{
    /* text-align: right; */
    /* width: 500px; */
    text-align: right;
    display: flex;
    margin-right: 5px;
    margin-left: auto;
    /* justify-content: space-around; */
}

.li_menu-item{
    /* display: inline-block; */
    list-style: none;
    margin-left: 10px;
}

.li_menu-item a{
    color: black;
}

.title_body {
    text-align: center;
    background-color: gray;
    font-size: 5vw;
    /* margin: 10px; */
    /* position: reletive; */
    /* top: 50px; */
    /* height: 70px; */
    line-height: 500px;
    /* padding-top: 50px; */
}