 




body {
    
    background-image: url("../images/dw.jpg" );
}

header {
        display: flex;
        align-items: center;
        background-image: linear-gradient(-30deg, #17d909, #ce108f);
        justify-content: space-around;
        opacity: 0.8;
}

.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: relative;
    top: 33px;
    left:170px;
    background-image: linear-gradient(45deg, #89d909, #8b2bd5);
    border-radius: 33px;
}

.gallery_promo1 h2 {
    text-align: center;
}

.gallery_promo1 h3 {
    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-image: linear-gradient(45deg, #f4f010, #ed0d0d);
    border-radius: 33px;
}
.gallery_promo2 h2 {
    text-align: center;
}

.gallery_promo2 h3 {
    text-align: center;
}
.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-image: linear-gradient(45deg, #09d986, #eaecee);
    border-radius: 33px;
}
.gallery_promo3 h2 {
    text-align: center;
}

.gallery_promo3 h3 {
    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-image: linear-gradient(45deg, #d90909, #0b47ee);
    border-radius: 33px;
}
.gallery_promo4 h2 {
    text-align: center;
}

.gallery_promo4 h3 {
    text-align: center;
}
.section_gallery5 {
    display:inline;
    position: absolute;
    height: 300px;
}
.gallery_promo5 {
    height: 150px;
    width: 650px;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    top: 382px;
    left:590px;
    background-image: linear-gradient(270deg, #09cbd9, #ee0b0b);
    border-radius: 45px;
}
.gallery_promo5 h2 {
    text-align: center;
}

.gallery_promo5 h3 {
    text-align: center;
}