body { 
    background-color: #FFFFFF;
    height: 100vh; 
  
       background-image: url('https://cryptomindset.xyz/list/img/back1.jpg'); 
       background-repeat: no-repeat; 
       background-position: center center; 
       background-attachment: fixed;
       -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
       -o-background-cover: 100% 100%;
       background-size: 100% 100%;
font-family: 'Open Sans', sans-serif;
animation: zoom 10s infinite alternate;
 padding-bottom: 200px;
}

@keyframes zoom {
    0% { 
        background-size: 100% 100%;
         -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
       -o-background-cover: 100% 100%;
       }
    100% {
         background-size: 110% 110%;
          -webkit-background-size: 110% 110%;
       -moz-background-size: 110% 110%;
       -o-background-cover: 110% 110%;
    }    
    }
    @media only screen and (max-width: 700px){
   body { 
        background-image: url('https://cryptomindset.xyz/list/img/backmob.jpg');
            } 
}   
body {
  font-family: 'Abel', sans-serif;
  margin: 0;
  	font-weight: 600;
	font-size: 15px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	overflow-x: hidden;
}



.content{
     position:relative; width: 100%; max-width: 880px; background-color: rgba(0,0,0,0.6);  color: black; text-align: center; margin: 1%  auto 0; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; padding-bottom: 3px; padding-top: 6px; margin-top:100px; -webkit-box-shadow: 1px 1px 18px #ccccff; box-shadow: 1px 1px 18px #ccccff;
     letter-spacing: 3px;
     margin-top:5%;
 animation-name: createbox;
    animation: createbox 1s;
    animation-delay: 1s;
    visibility: hidden;
    animation-fill-mode: forwards;
}
@keyframes createbox{
   
    from {
        transform: scale(0);
        
    }
    to {
        transform: scale(1);
        visibility: visible; 
    }


}



@media only screen and (max-width: 700px){
 .content{
     max-width: 320px !important;
margin-top:20% !important;
     font-size:8px !important;
 }
    
}

@media only screen and (max-width: 1000px) and (min-width: 700px){
   .content { 
          max-width: 520px !important;
          width:100% !important;
    
            } 
}     
@media only screen and (min-width: 1600px){
  .content { 
       max-width: 1260px !important;
        
         font-size:22px !important;
     
            } 
}     

@media only screen and (max-width: 700px){
 a{
     font-size:16px !important;
 }   
}
    
    .puta  {
        width:50%;
    }
    @media only screen and (max-width: 700px){
    .puta {
        width:75%;
    }
        
    }
   .putb  {
        width:51%;
    }
    @media only screen and (max-width: 700px){
    .putb {
        width:76%;
    }
        
    } 