/* RGB */
.parent {
  position: relative;
}

.child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body {
  background-color: #003459;
  font-size: 20px;
  color: #00a8e8;
}

/*# sourceMappingURL=main.css.map */
