body {
  font-family: 'Poppins', serif;
  font-size: 14px;
  line-height: 28px;
  overflow-x: hidden;
  margin: 0;
}
.box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  min-height: 100vh;
  background: #000000;
}
h1 {
  color: #474747;
  margin: 0;
  font-size: 34px;
  margin: 10px 0px;
}
h1 span,
p span{
  color: #f4b700;
}
p {
  margin: 0;
  color: #474747;
  font-size: 16px;
}
