body {
  background-color: #000;
}

section {
  height: 100vh;
}

section .zoom {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  column-gap: 0px;
  row-gap: 0px;
}

section .zoom .image {
  grid-area: 1/1/2/2;
}

section .zoom .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 600px) {
section .zoom .imageLogo {
  position: absolute;
  width: 10%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  
  z-index: 100;
}
}
@media only screen and (max-width: 600px) {
  section .zoom .imageLogo {
    position: absolute;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 100;
  }
  }

section .zoom .imageLogo .headingz {
  color: rgb(26, 5, 119);
  font-size: 4vh;
  }

  section .zoom .imageLogo .headingY {
    font-size: 4vh;
    color: purple;
    }

.webdesignwords{
  opacity: 0;
}