body, ul, h2, p {
    margin: 0;
    padding: 0;

}

body {
 /*background-image:linear-gradient(60deg, #9b6bdb 0%, #8ec5fc 100%);*/
 background-image: url("../images/img 2.jpg");
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;


}
header { 
    display: flex;
    justify-content: left;
    align-items: center;
    background-color: #92d02e;
    color: #b0fff2;
    font-size: 45px;


}

.header_menu {
    width: 100%;
    justify-content: center;
    display: flex;
    padding: 10px;
    list-style: none;
}
.header_title {


}

.menu_item a {
    margin: 15px;
    color:white;
    background-color: #92d02e;
    text-decoration: none;
    font-size: 35px;
    transition: all 2s;

}

.menu_item a:hover {

background-color: rgba(255, 118, 6, 0.845);
}


h1{
    height: 74px;
    font-size: 40px;
    color: #ff2a00;
    text-align: center;
    
}
h2{
    font-size: 39px;
    color: #ff2a00;
    text-align: center;
    background-color: #92d02e;
   
}
p{
    font-size: 25px;
    color: #4d1111;
    text-align: center;
    background-color: #ffffff
}

    img {
    height: 440;
    width: 800;
    }
    img.center           {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .section_main {
   
        height: 900px;
        text-align: center;
        background-color: rgba(29, 213, 60, 0.353);
    }
    .main_title {
        margin: 0;
        padding: 20px;
    }
    .main_content {
        
    
    }
    .video_download {
       
        display: flex;
        height: 70px;
        width: 160px;   
        background-color: #f8f818;
        border-radius: 15px;
    }
    .video_download a {
        padding: 20px;
        color: #000;
        font-weight: bold;
        text-decoration: none;
    }
