@charset "utf-8";
/* CSS Document */
body {
  background-color: #ff210d;
}
.center {
  width: 229px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}