body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  background-image: url("homePage.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #1d53ab;
}

@font-face {
  font-family: "Inter";
  src: url(/fonts/Inter.ttf) format("truetype");
}

@font-face {
  font-family: "BAYON";
  src: url(/fonts/Bayon-Regular.ttf) format("truetype");
}

.container {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title {
  text-align: center;
  font-size: 128px;
  padding: 20px;
  border-radius: 10px;
  font-family: "BAYON", sans-serif;
  background-color: black;
}