html {
  scroll-behavior: smooth;
}

@font-face {
    font-family: 'Benzin';
    src: local('./fonts/Benzin Medium'),
        url('./fonts/Benzin-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
  }

body {
  font-family: "Inter", serif;
  margin: 0;
  padding: 0;
  color: white;
  background-color: black;
  background-image: url('./darknet_img/back.webp');
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

main {
  margin: 0 auto;
  max-width: 600px;
  }
  
.container {
  margin-top: 20px;
  padding-top: 20px;
  }
  
h1 {
  font-size: 30px;
  color: white;
  }
  

  

  
.foot {
    display: flex;
    }
  
.btn_main {
  background: #fff;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 16px;
  color: #171717;
  position: relative;
  display: flex;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  border: solid 1px #3c3c3c;
  margin-bottom: 20px;
  font-family: 'Benzin';
  transition: transform 0.3s ease;
}

.btn_main:hover {
  background-color: #616161;
  color: white;
  transform: scale(1.1);
  }
  
.btn_text:hover {
  background-color: #616161;
  color: white;
  }
  

.btn_text {
  text-align: center;
    margin-top: 4px;
  }
  
.btn_text_position {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }

.icon_btn {
  width: 30px;
  height: 30px;
  }
  
.icon_btn_down {
  width: 22px;
  background-color: white;
  border-radius: 50%;
  padding: 6px;
}
  
.btn_position {
  display: flex;
  justify-content: space-around;
  }

.copy {
  text-align: center;
  margin-bottom: 40px;
    margin-top: 80px;
}

.logo_qr {
  max-width: 100px;
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.qr_text {
    margin-right: 40px;
    }
@media (max-width: 1200px) and (min-width: 1000px) {
  .btn_position {
    display: grid;
    justify-content: space-between;
    grid-template-columns: auto auto auto;
  }
}

@media (max-width: 1000px) and (min-width: 800px) {
  .btn_position {
    display: grid;
    justify-content: space-between;
    grid-template-columns: auto auto;
  }
}

@media (max-width: 800px) and (min-width: 600px) {

.container {
  margin: 10px;
  padding: 14px;
}

.btn_main {
  min-width: 260px;
}
  
.btn_position_link {
  margin: 0 auto;
  }
  
.main_position {
  flex-direction: column;
  }
  
.main_logo {
  display: none;
  }

.qr {
  margin: 0 auto;
  display: flex;
  padding-bottom: 20px;
  } 
  }
  

@media (max-width: 600px) {

main {
  margin: 0 auto;
  max-width: 420px;
}

h1 {
  font-size: 26px;
  text-align: center;
}


  

.btn_position {
  flex-direction: column;
  }
  
.btn_main {
  min-width: 260px;
}
  
.btn_position_link {
  margin: 0 auto;
  }
  
.container {
  margin-top: 0;
  padding-top: 0;
}
  
.main_logo {
  display: none;
  }

.qr {
  margin: 0 auto;
  display: flex;
  padding-bottom: 20px;
  } 
  
.logo_qr {
  margin: 0 auto;
  padding-top: 20px;
}

.btn_main_position {
  display: flex;
  justify-content: center;
  }
  }
  
@media (max-width: 400px) {
  main {
    margin: 0 auto;
    max-width: 338px;
  }
}




