body{
    background-color:rgb(157, 203, 231);
}
.line1{
font-size: 30px;
  font-family: "Amarante", serif;
  font-weight: 400;
  font-style: normal;
  color: whitesmoke;
padding: 20px;
background-color: rgb(22, 35, 102, 0.8); 
text-align: center;
width: 60%;
margin: auto;
}
.gallery{
    display: block;
    margin: auto;
   text-align: center;
    
}
.backhome{
    text-decoration: none;
    color: whitesmoke;
    border-style: solid;
    padding: 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgb(22, 35, 108);
}
img{
    padding: 5px;
    background-color: aliceblue;
    margin: 5px;
    height: 300px;
}
@media only screen and (max-width: 750px){
    img{height:200px ;}
}