body {
  background-color: black;
  background-image: url(web.jpg);
  background-repeat: no-repeat;
  color: antiquewhite;
  letter-spacing: 3px;
  font-size: 18px;
  height: 1100px;
}

.container {
  width: 340px;
}

.container .noj {
  margin-top: 470px;
}
.container .vg {
  margin-top: 230px;
}
.container .dk {
  margin-top: 300px;
}

@media only screen and (min-width: 600px) {
  
}