body {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #0A0A0A;
  color: white;
  font-family: 'forma-djr-micro', sans-serif;
  font-style: normal;
  margin: 0;
}
.container {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
}
img {
  margin-top: 10px;
  margin-left: 5px
}
a {
  color: white;
  text-decoration: none;
}
span {
  color: #e88006;
}
h1 {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 5px;
  font-size: 28px;
  font-weight: 500;
  font-family: 'forma-djr-micro', sans-serif;
  line-height: 1.25em;
  text-align: center;
}
.simon, .patricie {
  margin: 0;
  position: absolute;
  bottom: 0;
  font-weight: 500;
  font-size: 12px;
  padding-bottom: 11px;
}
@media only screen and (min-width: 320px) {
  h1 {
    width: 100%;
  }
}
@media only screen and (min-width: 786px) {
  h1 {
    font-size: 60px;
    text-align: left;
  }
  .simon, .patricie {
    font-size: 20px;
  }
}
.simon {
  left: 5px;
}
.patricie {
  right: 5px;
}
