body {
  font-family: "Roboto";
  font-size: 14px;
  background-color: #0a233b;
  color: #b0daff;
  padding: 0;
  margin: 0;
  background: url("boats-1024x467.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}

@media (min-width: 1024px), (min-height: 467px) {
  body {
    background-image: url("boats-2048x933.jpeg");
  }
}
@media (min-width: 2048px), (min-height: 933px) {
  body {
    background-image: url("boats-4096x1866.jpeg");
  }
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

#title {
  background-color: #0a233b;
  opacity: 0.8;
  text-align: center;
  position: absolute;
  top: 20%;
  left: 0;
  transition: transform 0.6s ease-in-out;
  transform-origin: left center;
}
#title h1 {
  padding: 1rem 3rem;
  font-size: 2rem;
}

@media (min-width: 1024px) {
  #title {
    transform: scale(1.5);
  }
}

@media (min-width: 1600px) {
  #title {
    transform: scale(2);
  }
}

img#boats {
  width: 100%;
  margin: 0;
  padding: 0;
}
