.div-dns {
  position: relative;
  background-image: url('assets/spacee.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  border: none;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  color: white;
}

.dns-img1 {
  width: 1250px;
  height: 625px;
  padding: 0;
  margin-top: 32px;
  margin-bottom:32px;
}

.dnss {
  position: absolute;
  margin:0;
  padding:0;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
  color: Black;
  font-family: GN;
  font-size:30px;
}