@charset "utf-8";

ul.menu_list{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    flex-direction: row;
    justify-content: center;
}

@media screen and (max-width: 760px){
    ul.menu_list{
    display: none;
    }
}
.title_text{
    font-family: "Poppins";
}