html, body {
  margin:0px;
  height:100%;
  font-family: "Open Sans", sans-serif;
}

.box {
  background:#191919;
  height:100vh;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1200px;
}

.full-width-inside {
  max-width: var(--contentWidth);
  margin: 0 auto;
}

img {
  display: inline-block;
  width: 100%;

}

.contact-info {
  color: #e5e5e5;
  text-align: center;
  font-size: 0.8em;
}

h1 {
	font-size: 1em;
}

p {
	line-height: 1.7em;
}
a {
  text-decoration: none;
  color: #e5e5e5;
}