html, body {
  margin: 0;
  padding: 0;

  width: 100%;
  height: 100%;
}
body {
  background: #373535;

  display: flex;
  justify-content: center;
  align-items: center;
}
.logo {
  width: 25vw;
  height: auto;
  margin: 0 auto;
}
.box {
  display: flex;
  flex-direction: column;
}
.title {
  text-align: center;
  font-family: 'BigNoodleTooOblique', sans-serif;
  font-weight: 400;
  font-size: 90px;
  margin: 0;
  color: #7E7F7F;
}
.title > span {
  color: #F48735;
}
