body {
    
    background-image:linear-gradient(270deg, #0990d9, #e0c1dd);
}

header {
        display: flex;
        align-items: center;
        background-image: linear-gradient(45deg, #d9096a 50%, 
        #5910ce 50%);
        justify-content: space-around;
}

.header_menu {
    position: relative;  
    display:flex;
    list-style: none;
    padding: 20px;
}
.header_title {
    font-size: 55px;
    color: rgb(0, 233, 233);
    
    padding:20px;
}
.menu_item a {
    align-items: right;
    color:#ffffff;
    text-decoration: none;
    background-color: #ce108f;
    font-size: 20px;
    padding: 20px;
  
   margin: left 120px;
}

.menu_item a:hover {
    background-color: #59a507;
    transition: 2s;
    border-block: 3px solid white;
}

.section_gallery1 {
    display:inline;
    position: absolute;
    height: 300px;
}
.gallery_promo1 {

    height: 250px;
    width: 250px;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    top: 33px;
    left:170px;
    background-image: linear-gradient(-30deg, #17d909, #ce108f);
    opacity: 0.8;
}
.gallery_promo1 h2 {
    text-align: center;
}

.gallery_promo1 h3 {
    line-height:50px;
    text-align: center;
}
.section_gallery2 {
    display:inline;
    position: absolute;
    height: 300px;
}
.gallery_promo2 {
    height: 250px;
    width: 250px;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    top: 66px;
    left:590px;
    background-color: aqua;
    
}
.gallery_promo2 h2 {
    text-align: center;
}

.gallery_promo2 h3 {
    line-height: 50px;
}
.section_gallery3 {
    display:inline;
    position: relative;
    height: 300px;
}
.gallery_promo3 {
    height: 250px;
    width: 250px;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    top: 33px;
    left:1010px;
    background-color: aqua;
    
}
.gallery_promo3 h2 {
    text-align: center;
}

.gallery_promo3 h3 {
    line-height:50px;
    text-align: center;
}
.section_gallery4 {
    display:inline;
    position: absolute;
    height: 300px;
}
.gallery_promo4 {
    height: 250px;
    width: 250px;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    top: 66px;
    left:1430px;
    background-color: aqua;
    
}
.gallery_promo4 h2 {
    text-align: center;
}

.gallery_promo4 h3 {
    line-height:50px;
    text-align: center;
}

.section1_hobby {
   
    height: 700px;
    text-align: center;
    background-color: rgb(194, 106, 215, 0.3);
}
.hobby_title1 {
    margin: 0;
    padding: 20px;
}
.hobby_content1 {
    

}
.video1_download {
   
    display: flex;
    height: 70px;
    width: 160px;   
    background-color: #f8f818;
    border-radius: 15px;
}
.video1_download a {
    padding: 20px;
    color: #000;
    font-weight: bold;
}

.section2_hobby {
   
    height: 700px;
    text-align: center;
    background-color: rgb(194, 106, 215, 0.3);
}

.hobby_title2 {
    margin: 0;
    padding: 20px;
}

.video2_download {
    display: flex;
    height: 70px;
    width: 160px;   
    background-color: #f8f818;
    border-radius: 15px;
}
.video2_download a {
    padding: 20px;
    color: #000;
    font-weight: bold;
}
.section3_hobby {
   
    height: 700px;
    text-align: center;
    background-color: rgb(194, 106, 215, 0.3);
}
.hobby_title3 {
    margin: 0;
    padding: 20px;
}
.hobby_content3 {
    

}
.video3_download {
   
    display: flex;
    height: 70px;
    width: 160px;   
    background-color: #f8f818;
    border-radius: 15px;
}
.video3_download a {
    padding: 20px;
    color: #000;
    font-weight: bold;
}
