 body { background-color: #e6e6e6;background-image: url('https://i.imgur.com/wpfVG0N.gif'); 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: 300px;}

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{
     width: 100%; max-width: 860px; background-color: rgba(255,255,255,0);  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: 30px;
     letter-spacing: 3px;
     
     animation: fadein 5s both;
     animation-delay: 1s both;
   
  
}
@keyframes fadein {
   
    from {
        opacity: 0;
        
    }
    to {
        opacity: 1;
       
    }
    
}


@media only screen and (max-width: 700px){
 .content{
     max-width: 320px;
  
     font-size:11px !important;
 }
    
}
@media only screen and (max-width: 1000px) and (min-width: 700px){
   .content { 
          max-width: 520px;
          width:100% !important;
    
            } 
}   
@media only screen and (max-width: 700px){
    h1 {
      font-size:20px !important;
    }
}  
@media only screen and (max-width: 1000px) and (min-width: 700px){
    h1 {
      font-size:32px !important;  
    }
}    
@media only screen and (max-width: 700px){
 a{
     font-size:16px !important;
 }   
}
  @media only screen and (max-width: 1000px) and (min-width: 700px){
 a{
     font-size:22px !important;
 }   
}  