body {
  background-color: rgb(251,251,251);
  background-image: url('../images/landscape-2300.jpeg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 10%
}
@media (min-width: 400px) {
  body {
    padding: 15%;
  }
}
@media (min-width: 768px) {
  body {
    padding: 10% 20%;
  }
}

body > div.container > svg g.text.title {
  fill: aliceblue;
}
