body {
  font-family: 'Gilroy', sans-serif;
  font-weight: 400;
  background-image: url('/img/bg.webp');
  margin: 0;
  padding: 0;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}
h1 {
  font-weight: 700;
}
em {
  font-style: italic;
  font-weight: 300;
}

.container{
  
}

.p1 {
  font-family: Gilroy;
font-weight: 300;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;
}
.p2 {
  font-family: Gilroy;
font-weight: 300;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
}
.logo {
  padding-top: 80px;
  padding-bottom: 48px;
}
.telegram-link {
  padding-top: 62px;
}