*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: rgb(48, 48, 73);
}

.yusu-container {
  min-height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.yusu-text {
  text-align: center;
  font-family: "Pinyon Script", cursive;
  font-weight: 900;
  font-style: normal;
  font-size: 7rem;
  color: antiquewhite;
}
