*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Titan One', cursive;
}
html,body{
  place-items: center;
  scroll-behavior: smooth;
  background: url(https://d13pxqgp3ixdbh.cloudfront.net/uploads/16783611976948f162718682cc09d47d5e64042795.png) center center/cover;
  animation: bgscroll 20s linear infinite;
}
  @keyframes bgscroll {
    from{
      background-position:  0% 0;
    }
    to{
      background-position:  100% 0;
    }

    
    
  }


.header{
    font-family: 'Titan One', cursive;
    font-size: 30px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    
}

.useronline{
  font-family: 'Titan One', cursive;
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;

  -webkit-background-clip: padding-box;
}
#update{
  font-family: 'Titan One', cursive;
  color: red;
}
#user-online{
  font-family: 'Titan One', cursive;
  color: red;
}
.showin{
  animation: showin 0.5s;
 animation-fill-mode: forwards;
 }
 @keyframes showin {
   0% { transform: scale(0);}
 30% { transform: scale(1);}
 60% { transform: scale(1.1);}
   100% { transform: scale(1);}
 }
 #Gentext{
  color: #fff;
 }

.footer{
  display: block;
  position: fixed;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.699);
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
  bottom: 0;
}
input{
  width: 320px;
  text-align: center;
  padding: 15px 0px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.appbox1{
  max-width: 600px;
  background: rgba(0, 0, 0, 0.664);
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  border: #333 solid 5px;
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 80px;
}
.appbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 95%;
    margin: auto;
    margin-top: 10px;
    border-radius: 15px;
    padding: 10px;
    padding-bottom: 50px;
}
.appbox a{
  text-decoration: none;
}
.iconimg{
    max-width: 140px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.11), 0 2px 2px rgba(0,0,0,0.11), 0 4px 4px rgba(0,0,0,0.11), 0 8px 8px rgba(0,0,0,0.11), 0 16px 16px rgba(0,0,0,0.11), 0 32px 32px rgba(0,0,0,0.11);
    margin: 10px;


}
.iconimg:hover{
    background-color: #333;
    border: #fff solid 5px;
    transform: scale(1.1);
    box-shadow: 0px -25px 20px -20px rgba(255, 255, 255, 0.45), 25px 0 20px -20px rgba(255, 255, 255, 0.45), 0px 25px 20px -20px rgba(255, 255, 255, 0.45), -25px 0 20px -20px rgba(255, 255, 255, 0.45);


}
.selectedcard{
    background-color: #333;
    border: #fff solid 5px;
    transform: scale(1.2);
    box-shadow: 0px -25px 20px -20px rgba(255, 255, 255, 0.45), 25px 0 20px -20px rgba(255, 255, 255, 0.45), 0px 25px 20px -20px rgba(255, 255, 255, 0.45), -25px 0 20px -20px rgba(255, 255, 255, 0.45);

}
.button{
    cursor: pointer;
    display: block;
    max-width: 220px;
    text-align: center;
    font-size: 20px;
    border-color: #0069d9;
    background: #0069d9;
    color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin: auto;
    margin-top: 10px;
    z-index: 99;
}
.button:hover{
    border-color: #065cb8;
    background: #065cb8;
    transform: scale(1.1);

}
.download{
    display: flex;
    justify-content: center;
    align-self: center;
    text-align: center;
    border: #333 solid 2px;

}
.showiconimg{
    max-width: 180px;
    border-radius: 10px;
    border: #fff solid 5px;
    box-shadow: 0px -25px 20px -20px rgba(255, 255, 255, 0.45), 25px 0 20px -20px rgba(255, 255, 255, 0.45), 0px 25px 20px -20px rgba(255, 255, 255, 0.45), -25px 0 20px -20px rgba(255, 255, 255, 0.45);
}
.text1{
    display: block;
    font-size: 20px;
    position:relative;
    z-index: 10000;
    max-width: 90%;
    color: #fff;
    font-family: 'Play', sans-serif;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    padding: 5px;
    margin: auto;
    margin-top: 5px;

}
#Gentext{
  font-family: 'Courier New', Courier, monospaceS;
  max-width: 350px;
  margin: auto;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px 20px;
  color: #000;
  margin-top: 10px;
  font-size: 1.2rem;
  letter-spacing: 3px;
  font-weight: bold;
}
#Gentext1{
  color: #fff;
}
.Gen-Text{
  font-family: 'Play', sans-serif;
  font-size: 20px;
  margin: 20px;
}

.icon{
    width: 220px;
    font-family: 'Play', sans-serif;
    margin-bottom: 10px;

}



#google_translate_element{
  padding: 10px;
}