body {
  background: transparent; /* Make it white if you need */
  color: #fcbe24;
  padding: 0 24px;
  margin: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'IBM Plex Sans';
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url("./font/IBMPlexSans-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url("./font/IBMPlexSans-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}