.body {
  background-color: #000;
}

.container {
  height: 100vh;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block {
  width: 200px;
  height: 100px;
  background-image: url('../images/wave-logo.png');
  background-position: 50% 40%;
  background-size: 125%;
  background-repeat: no-repeat;
}

.div-block-2 {
  padding-right: 20px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-decoration: none;
}

.heading {
  display: block;
  margin-top: 3px;
  padding-right: 20px;
  font-family: bely-display, sans-serif;
  color: #fffdfd;
  font-size: 25px;
  line-height: 1em;
  text-align: right;
  text-decoration: underline;
}

.text-block {
  margin-top: 25px;
  padding-right: 20px;
  font-family: sofia-pro, sans-serif;
  text-align: right;
  text-decoration: none;
}

.centerfloat {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.image {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  overflow: visible;
  max-height: 90vh;
  margin: auto;
  padding-top: 40px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-2 {
  position: fixed;
  left: -8rem;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: bely-display, sans-serif;
  color: #444;
  font-size: 45px;
  line-height: 1em;
}

.text-block-2-copy {
  position: fixed;
  left: auto;
  top: 50%;
  right: -8rem;
  bottom: auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: bely-display, sans-serif;
  color: #444;
  font-size: 45px;
  line-height: 1em;
}

