@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Rubik:400,900);

   body {
      background: transparent;
      font-family: 'Lato', sans-serif;
      overflow: hidden;
   }
   
   #card-container{
      width: 100%;
   }
   #card{
      -webkit-animation: backAn 60s infinite;
              animation: backAn 60s infinite;
      color:#fff;
      padding:30px;
       background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTRCybqpRgpBBGO2Er9wv2s33fIQ7Vc8VF9064maGZsH7velICD4x5Xn2TAe8HqPKtI_GY&usqp=CAU);
   }
   
   #card .text-block{position:relative;z-index:2;text-shadow: 0px 3px 10px rgba(0, 0, 0, .7)}
   #card .text-block h1{font-family: 'Rubik', sans-serif; font-size:3em; margin:0; text-transform:uppercase; font-weight:700;}
   #card .text-block h1 small{font-size:.4em;color:#ccc;position:relative;bottom:10px}
   #card .text-block h3{margin:0;font-weight:700;}
   #card .text-block p{font-weight:300; width:60%}
   #card .text-block button{transition: all .35s cubic-bezier(.37,.26,.35,1);border:4px solid #fff; padding:10px; background:transparent;font-family: 'Rubik', sans-serif;text-transform:uppercase; font-weight:700; cursor:pointer;}
   #card .text-block button:hover{background:#B51D2A}
   
   button{color:#fff;}