#home {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    min-height: 100vh;

    /* Background gradient */
    background: linear-gradient(to bottom, #22394c, #000);
    overflow: hidden;
  }

  /* Grid overlay */
  #home::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background-image: 
      linear-gradient(to right, #80808012 1px, transparent 1px), 
      linear-gradient(to bottom, #80808012 1px, transparent 1px);
    background-size: 50px 50px;
    z-index: 0;
  }
#screen11{
  z-index: 4;
  width: 100%;
}
@media screen and (min-width: 1500px) {
#top11{
min-width: 605px;
}
}
.imagemore{
  width: 350px; 
  margin-left: 200px;
  }
.imagemore2{
  width: 350px; 
  margin-left: 200px;
  }
@media only screen and (max-width: 765px) {
#screen11{
  position: absolute;
  width: auto;
  bottom: 15%;
}
#top11{
  position: absolute;
  top: 10%;
}
.imagemore{
  margin-left: 0;
  width: 90%;
  }
.imagemore2{
  margin-left: 0;
  width: 300px;
  }
.addition{
  flex-direction: column;
  }
}


