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(153, 153, 153, 0.418);
    }
    .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;
    }
    .button_1 {
        display: inline-block;
        font-weight: bold;
        font-size: 22px;
        text-decoration: none;
        margin: 35px;
        height: 70px;
        width: 150px;
        border-radius: 15px;
        padding-top: 13px;
        box-sizing: border-box;
        background-color: #c81c83ab;
        background: linear-gradient( 90deg,#4dafff,#4646eb 30%,#ea883dcc 75%,#eb656c);
        border-radius: 15px;
        transition: all 0.4;
        }
    
        .button_1:hover {
    box-shadow: 0 0 5px 10px #a6164d9d;
    
        }
    
    .button_2 {
        position: relative;
        text-decoration: none;
        display: inline-block;
        width: 150px;
        height: 85px;
        padding-top: 60px ;
        margin: 100px;
        margin-top: 30px;
        background-color: #FFFF;
        color: #aeaeae;
        border-radius: 5px;
        box-shadow: 0 5px 10px 5px rgba(66, 66, 66, 0.08),
                    0 5px 14px 8px rgba(66, 66, 66, 0.16);
    transition: all 0.5s;

    }
    .button_2:hover {
        box-shadow: 0 5px 15px 10px rgba(66, 66, 66, 0.16),
                    0 5px 20px 10px rgba(66, 66, 66, 0.32);
        transform: scale(1.5);
        z-index: 1;

    }
