body {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.body {
  background-image: url('../images/olivia-krueger-vlBagZv-l5A-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.text-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
}

.container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  text-align: center;
}

.text-block-2 {
  display: block;
}

.foregroundtext {
  font-family: Inconsolata, monospace;
  color: rgba(6, 10, 10, 0.72);
  font-size: 1.5em;
  line-height: 1.25em;
}

.foregroundtext.foregroundtextlink {
  text-decoration: underline;
}

.foregroundtext.foregroundtextlink:visited {
  font-style: normal;
  text-decoration: underline;
}

@media screen and (max-width: 479px) {
  .container {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    text-align: center;
  }
}