#Big{
    background-color: black;
    width: 100%;
    height: 350px;
    position: absolute;
    margin-top: 1800px;
}
#Big-1{
    background-color: black;
    width: 100%;
    height: 350px;
    position: absolute;
    margin-top: 0px;
}

#Big-2{
    background-color: black;
    width: 100%;
    height: 350px;
    position: absolute;
    margin-top: 50px;
}


#box1{
    height: 70%;
    width: 23%;
    border: 1px solid black;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}
h1{
    margin-top: 40px;
    color: white;
    font-size: 13px;
    font-weight: bolder;
    text-align: left;
}
.appstore{
    border: 1px solid white;
    border-radius: 10px;
    display: inline-block;
    /* margin-left: 17px; */
}
#box2{
   border: 1px solid black;
   width: 40%;
   height: 70%;
   display: inline-block;
   vertical-align: top;
   margin-left: 20px;
}
#box3{
   border: 1px solid black;
   width: 30%;
   height: 70%;
   display: inline-block;
   vertical-align: top;
}
li{
     list-style: none;
     margin-bottom: 15px;
     color: grey;
   }
li:hover{
    color: white;
}
a{
    text-decoration: none;
    color: grey;
  }
  .bold{
      font-weight: bolder;
      margin-bottom: 25px;
      color: white;
  }
  .txt{
      display: inline-block;
      vertical-align: top;
      margin-top: 26px;
      margin-left: 10px;
  }
  #email{
      height: 50px;
      width: 390px;
  }
  #btn{
      height: 55px;
      width: 50px;
  }
  .popuptext{
      color: red;
  }
  h5{
      color: grey;
  }
  i{
      color: grey;
  }
  i:hover{
      color: white;
  }
  .fa-tiktok{
      margin-left: 30px;
  }
  .fa-youtube{
      margin-left: 30px;
  }
  .fa-snapchat-ghost{
      margin-left: 30px;
  }
  .fa-facebook{
      margin-left: 30px;
  }
  .fa-pinterest{
      margin-left: 30px;
 }
 .underline{
     text-decoration: underline;
     color: grey;
 }
 .underline:hover{
     color: white;
 }
 .txtleft{
     color: grey;
     font-size: 12px;
     margin-top: 20px;
     margin-left: 70px;
     display: inline-block;
 }
 .txtright{
     color: grey;
     font-size: 12px;
     margin-top: 20px;
     margin-left: 580px;
     display: inline-block;
 }

 #border{
     border-top: 1px solid lightgray;
     width: 95%;
     margin: auto;
     margin-top: 30px;
 }
 .left{
     margin-left: 20px;
     color: grey;
 }
 .left:hover{
     color: white;
 }