body {
  height: 110vh;
  background-image: url("https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExNmZ6cHc5NHI1MG9pY2V1bHk3em9uMmYzZm5oMTJhdjZ0d29sYzhrayZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/zyQWQ4t2VErLnm9YUn/giphy.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.image-container {
  position: relative;
  display: inline-block;
  margin: 10px;
}
.image {
  width: 250px;
  height: auto;
  display: block;
}
.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  color: white;
  font-size: 25px;
  font-weight: bold;

  background: none;
  padding: 0;
}
.first {
  width: 340px;
  height: auto;
}

.second {
  width: 420px;
  height: auto;
}

.third {
  width: 500px;
  height: auto;
}
.img {
  width: 200px;
  height: auto;
}
h1 {
  font-size: 35px;
}
h2 {
  font-size: 25px;
}

