* {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-image: url('./image/bg.png');
  background-size: cover;
  background-position: center;
}
.content {
    text-align: center;
}
.content h1 {
  color: #181a1e;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  text-transform: uppercase;
  margin-top: 38px;
}
.content p {
  color: #4e545f;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-top: 18px;
}
