* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.container {
  background-image: url("../assets/tonfest/background.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
}

.inner_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.lepasa_logo {
  margin: 30px;
  width: 160px;
}

.tonfiesta_logo_wrapper {
  text-align: center;
}

.tonfiesta_logo {
  width: 350px;
}

.footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 25px;
  gap: 25px;
  padding: 0px 50px;

}

.divider {
  height: 10px;
  width: 100%;
}

.footer_content {
  display: flex;
  align-items: center;
  gap: 50px;
  color: #ffffff;
}

.telegram,
.twitter {
  display: flex;
  align-items: center;
  gap: 10px;
}

a {
  text-decoration: none;
  color: #ffffff;
}

@media (max-width: 700px) {
  .lepasa_logo {
    margin: 10px;
    height: 40px;
    width: 120px;
  }

  .tonfiesta_logo {
    height: 70px;
    width: 250px;
  }

  .footer {
    gap: 10px;
  }

  .footer_content {
    flex-direction: column;
    gap: 10px;
  }

  
}
