body {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background-color: black;
}

#container {
  position: absolute;
  top: 0;
  left: 0;
}

.content {
  width: 100vw;
  height: 100vh;
  background-color: black;
  display: block;
}

.bold {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 40px);

  color:  white;
  font-family: "Theinhardt", sans-serif;
  font-weight: 600;
  font-size: 6.4vw;
  text-transform: uppercase;
  letter-spacing: 0.3vw;
  white-space: nowrap;
}