
#mainphoto{
    width: 100%;
    height: 465px;
    background-image: url(../images/mainphoto_menu.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.section{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 64px;
}
.title_h2{
    font-size: 1.5em;
    font-weight: bold;
    width: 30%;
    text-align: center;
    margin: 0 auto 80px auto;
}
.title_h3{
    font-size: 1.3em;
    width: 30%;
    text-align: center;
    margin: 0 auto 30px auto;
}
.flexbox{
    display: flex;
    justify-content: space-between;
}
.menu_cont{
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 48px;
    max-width: 960px;
    min-width: 850px;
}