@font-face { font-weight: 400; font-family: 'LexendDeca'; src: url('../../assets/fonts/LexendDeca-Regular.ttf') format('truetype'); font-style: normal; font-display: swap }
@font-face { font-weight: 700; font-family: 'LexendDeca'; src: url('../../assets/fonts/LexendDeca-Bold.ttf') format('truetype'); font-style: normal; font-display: swap }

*{ font-family: "LexendDeca"!important; }
.wrap{ width: 430px; margin: 0 auto; }
html { scroll-behavior: smooth; }

body{
  margin: 0;
  padding: 0; 
  background-color: #001845;
  overflow-x: hidden; /* Ýany tarapdan scroll aýyrmak üçin */
}
.logo{
  color: white;
  position: absolute;
  bottom: 3vh;
  left: 5vh;
  font-weight: bold;
  font-size: 48px;
  letter-spacing: 0%;
}
.text{
  color: white;
  margin-top: 40vh;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}
.description{
  width: 500px;
  max-width: 85%;
  text-align: center;
  margin: 20px auto;
  color: white;
}