body {
  background-color: #010048;
}

.container {
  position: relative;
  height: 100vh;
  color: red;
  max-width: 1200px;
}

.container > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bolder;
  font-size: 40px;
  white-space: nowrap;
}
