body {
  padding: 0;
  margin: 0;
  max-width: 100%;
  font-family: "Avenir next", sans-serif;
  font-size: 18px;
  color: #030303;
  background-color: black;
  line-height: 1.5em;
}

*::selection {
  background-color: #867399;
  color: #FEFEFE;
}

.container {
  background-color: white;
  width: 100vw;
  height: 80vh;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
}

img {
  max-width: 100%;
}

a {
  color: #73929a;
  -webkit-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -ms-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
  text-decoration: none;
}

a:hover {
  color: #867399;
}

a:visited {
  color: #73929a;
}

a:visited:hover {
  color: #867399;
}

h2 {
  font-size: 3.8em;
  font-weight: 600;
  max-width: 40em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.3em;
  color: #4F5B66;
}

h5 {
  font-size: 1em;
  color: #4F5B66;
}


.crane {
  line-height: 0;
}

.crane__image {
  width: 800px;
  max-width: 90%;
  transform: scaleX(-1);
}

.crene__strip {
  margin-top: -13px;
  width: 100%;
  height: 16px;
  background-color: black;
}
