@font-face {
  font-family: 'Myriad Pro';
  font-style: normal;
  font-weight: normal;
  src: local('Aquawax Light'), url('../fonts/Bebas-Regular.otf') format('woff');
}

body {
  margin: 0;
  padding: 0;
  font-family: "Arial", sans-serif !important;
  background: linear-gradient(rgba(102, 102, 102, 0.9), rgba(102, 102, 102, 0.7));
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  padding-top: 60px;
}

.img-cover{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.landing h1{
  font-family: 'Myriad Pro';
  color: white;
  font-size: 31px;
  text-align: center;
  margin: 25px 0;
}

.download-btn{
  margin: auto;
  background-color: #8DC63F;
  width: 284px;
  height: 44px;
  border: 1px solid #8DC63F;
  border-radius: 5px;
  border-style: inset;
  margin-bottom: 40px;
  position: relative;
}

.landing p{
  text-align: center;
  color: white;
  margin-bottom: 40px;
  font-size: 12px;
}

.barre{
  height: 8px;
  width: 73px;
  border: 1px solid #6DC62A;
  background-color: #6DC62A;
  margin: auto;
  margin-bottom: 20px;
}

.div-mistik{
  width: 264px;
  height: 19px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 5px;
  background: #fff2;
  position: absolute;
  top: 3px;
  left: 10px;
}

@media screen and (min-width: 1600px) {
  .landing{
    padding-bottom: 250px;
  }
}

