header{
    font-size: 80px;
    font-family: 'Arial', sans-serif;
   display:flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
     border-bottom: solid 7.5px rgb(255, 255, 255);
    border-right: solid 7.5px rgb(255, 255, 255);
    border-left: solid 7.5px rgb(255, 255, 255);
    transition: all 0.3s ease;
}
header:hover {
    background-color: #e7b882;
    transform: scale(1.05);    
    cursor: pointer;    
}
body {
    background-color: #354b7c;
    text-shadow: 12px 15px 15px  rgb(247, 247, 247);
}
 h2 {
    font-family: 'Arial', sans-serif;
    display:flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border-bottom: solid 4.5px rgba(111, 173, 102);
    border-right: solid 4.5px rgb(111, 173, 102);
    border-left: solid 4.5px rgb(111, 173, 102);
}
 .header1, .header2, .header3, .header4, .header5 {
    font-size:30px;
    transition: all 0.3s ease;
}
.header1:hover,
.header2:hover,
.header3:hover,
.header4:hover,
.header5:hover {
    background-color: #e7b882;
    transform: scale(1.05);    
    cursor: pointer;            
}
.box1, .box2, .box3, .box4, .box5 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    font-size:20px;
     border-bottom: solid 4.5px #F27546;
    border-right: solid 4.5px #F27546 ;
    border-left: solid 4.5px #F27546 ;
    border-top: solid 4.5px #F27546;
    transition: all 0.3s ease;
}
.box1:hover,
.box2:hover,
.box3:hover,
.box4:hover,
.box5:hover{
 background-color: #d8b58f;    
    transform: translateY(-5px);    
    cursor: pointer;  


}


.image1 {
    width: 575px;
    height: 700px;
    overflow: hidden;
}
.image1 img {
 width: 100%;
height: 100%;
object-fit:cover;
display:block;
}
.image2 {
    width: 370px;
    height: 550px;
    overflow: hidden;
}
.image2 img {
     width: 100%;
height: 100%;
object-fit:cover;
display:block;
}
footer {
    border-bottom: solid 5.5px rgb(214, 212, 166) ;
    border-top: solid 5.5px rgb(214,212, 166)   ;
    border-left: solid 5.5px rgb(214,212, 166) ;
    border-right: solid 5.5px rgb(214, 212, 166);
     transition: all 0.3s ease;
}
footer:hover {
    background-color: #d8b58f;    
    transform: translateY(-5px);    
    cursor: pointer;  
}
.conclusion h1 {
    font-size: 50px;
}
.conclusion p {
    font-size: 25px;
}



