body {
  background-color: #e85d04;
}

h1 {
  text-align: center;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  transform: scale(0.5);
}

.text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  transform: scale(0.5);
  position: absolute;
}
