body { background-color: #e6e6e6;background-image: url('https://monstersafelistmail.com/promo/page1/page1.jpg'); background-repeat: no-repeat; background-position: center center; background-attachment: fixed;-webkit-background-size: cover;-moz-background-size: cover;-o-background-cover: cover;background-size: cover; z-index: -2; }
body{padding-bottom: 200px;}

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: 860px; background-color: rgba(255,255,255,0.4);  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;
 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;

     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: 1440px){
  .content { 
       max-width: 1260px !important;
        
         font-size:26px !important;
     
            } 
}     

@media only screen and (max-width: 700px){
 a{
     font-size:16px !important;
 }   
}
    
    