body {
  background-image: linear-gradient(to right, white , #F0F8FF);

}

#header1 {
   overflow: hidden;
  position: fixed;
  top:0; 
  background-color: white;
  width: 100%;
  max-height: 100px;
  margin: auto;
  z-index: 1;
  box-shadow: 0px 15px 10px -15px #111;
}



#footer2
  {
    position: fixed;
    bottom: 0;
    width: -webkit-fill-available;
    /* margin-top: 50px; */
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    background-color: #36454f;
    color: white;
    height-max: 70px;
}

.line {
  padding-right: 5px;
}

#display_image {
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 20px;
    box-shadow: 0px 20px 30px 0px lightgray;
    background-color: white;
    height: 500px;
    width: 70%;
    margin-left: 10%;
    margin-top: 85px;
    transition: 2s;
}

#display_image:hover {
    transform: scale(1.3);
    cursor: zoom-in;
    transition: 2s;
    z-index: 2;
  

}

#download {
  display: grid;
  row-gap: 3px;
  margin-top: -30px;
  margin-right: 10%;
}

.grid {
    
  	display: inline-flex;
    flex-direction: column;
    text-align: center;  
}

a {
    text-decoration: none;
    font-size: x-small;
    font-family: emoji;
    color: currentColor;
    font-weight: 600;
}

img {
  transform: scale(0.8);
}

@media only screen and (max-width: 490px){
 #header1 {
    max-height: 55px;
    position: absolute;
    padding-top: 30px;
    background-color: white;
    color: black;
}
  
  #display_image {
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 20px;
    box-shadow: 0px 20px 30px 0px lightgray;
    background-color: white;
    height: 500px;
    width: 98%;
    margin-left: 10%;
    margin-top: 80px;
    margin-bottom: -30px;
}
  
#display_image:hover {
    transform: scale(1);
    
  }
  
#download {
    margin-top: 20px;
    display: grid;
    margin-left: 10%;
    gap: 3px;
}
  .grid {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    position: absolute;
    top: 0;
    left: -18%;
}
  

  a {
    padding-left: 60px;
  
  }

  


#footer2 {
    transform: scale(0.8);
    width: 120%;
    margin-left: -40px;
}
  
}
