body {
    background: #C3C6C6;
    margin:0 auto;
}
.main  {
    display:flex;
    justify-content: center; 
    flex-direction: row;
   /* border: 1px solid green;*/
    height:100%;
}
.container {
    display:flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: center;
    width: 715px;
/*border: 1px solid red;*/
}
.container-item {
    display:flex;
    flex-direction: row;
    justify-content: center;
   /* border: 1px solid blue;*/
    flex-wrap: wrap;
}
.logo {
    display:flex;
    flex-direction: row;
    justify-content: center;
   /* border: 1px solid blue;*/
    flex-wrap: wrap; 
    margin-top: 40px;
    margin-bottom: 35px;
}
.menu-left-one {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.menu-left-one-text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-decoration: none;
    width: 296px;
    height: 105px;
    background-color: lightgrey;
    /*border: 1px solid #3c3c3c;*/

}
.menu-text {
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center;
    /*border: 2px solid BLUE;*/
    font-family: 'Lato';
    font-size: 14px;
    margin-top: 18px;
    color: #3c3c3c;
}
.menu-text-one{
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center;
   /* border: 2px solid BLUE;*/
    font-family: 'Lato';
    font-size: 14px;
    margin-top: 25px;
    color: #3c3c3c;
}
.menu-sub-text {
    font-family: 'Noto Serif';
    font-size: 22px;
}
.menu-sub-text-two  {
    font-family: 'Noto Serif';
    font-size: 16px;
}
.flex-flag {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center;
    margin-bottom: 20px;
}
.flex-flag a {
    text-decoration: none;
    font-family: 'Noto Serif';
    font-size: 16px;
    color: #3c3c3c;
}
.main_text {
    max-width:540px;
    font-family: 'Lato';
    font-size: 14px;
    color: #3c3c3c;
    margin-top: 35px;
    padding: 10px;
}
.footer{
    background-image: url(images/menu_back_miniback_1-2-1.png);
    background-repeat: none;
    height: 68px;
    margin-top:0px;
    }
    .footer a {
        margin-top: 30px;
        font-family: 'Noto Serif';
        font-weight: regular;
        font-size: 18px;
        color: #C3C6C6;   
        text-decoration: none;
    }
    .footer img {
        margin-top: 35px;
        margin-right: 10px;
        width: 20px;
        height: 20px;
    }
    audio::-webkit-media-controls-panel,
audio::-webkit-media-controls-timeline-container,
audio::-webkit-media-controls-toggle-closed-captions-button {
    background: #C3C6C6;
    color: #C3C6C6;
}
