body {
   width:480px;
   margin:auto;
   text-align:center;
   background-color:white;
}

.content{
margin:auto;
padding:0px;
border:0;
}

.sizeimg {
   width:480px;
   margin:auto;
   text-align:center;
  }

.page {
   width:480px;
   margin:auto;
   text-align:center;
   background-color:white;
  }

@media screen and (max-width:480px) {
  body {
   width:100%;
   margin:auto;
   text-align:center;
   background-color:white;
  }

.content{
margin:auto;
padding:0px;
border:0;
}
  
  .sizeimg {
   width:100%;
   margin:auto;
   text-align:center;
  }
  
 .page {
   width:100%;
   margin:auto;
   text-align:center;
   background-color:white;
   background:white;
 }
 
 h1{
  font-size:20px;
    font-family: Georgia;
 }
 h2{
  font-size:18px;
    font-family: Georgia;
 }
 h3{
  font-size:16px;
    font-family: Georgia;
 }
 h4{
  font-size:14px;
    font-family: Georgia;
 }
 

}