body {
  height: 100%;
  background: url('background.jpg') rgb(255, 255, 255);
  background-size: cover;
  background-position: center center;
  font: 300 1.75em/1 Oswald;
  color: rgb(0, 0, 0);
}

.image {
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.text {
  width: 80%;
  margin: 30px auto 0;
  font-size: 1em;
  text-align: center;
  color: rgb(0, 0, 0);
}

._image {
  width: 126px;
  margin-top: 30px;
}

.image-1 {
  width: 388px;
  margin-top: 20px;
}

@media(max-width: 768px) {
  .image {
    height: auto;
  }

  .text {
    width: 79.9479166666%;
    margin-top: 28px;
  }
}

@media(max-width: 500px) {
  body {
    font-size: 1.75em;
  }

  .image {
    height: auto;
  }

  .text {
    width: 80%;
    margin-top: 19px;
  }

  .image-1 {
    width: 284px;
  }
}