.home_page_header_container{
    width: 100vw;
    height: 8vh;

    background-color: rgba(15, 48, 82, 0.6);

    display: flex;
    align-items: center;
    flex-direction: row;
}

.home_page_header_title_container{
    font-size:x-large;
    width: 30%;
    color:snow;
}

.home_page_header_menu_container{
    width: 60%;
    height: 100%;
    display: flex;
    justify-content:right;
}