body{
    height:auto;
}
main{
    width:100%;
    max-width:800px;
    margin:0 auto;
}
section{
    width:100%;
    display:block;
}
hr{
    border:2px solid #000;
    margin:10px 0;
}
#img{
    width:100%;
}
#img img{
    width:100%;
}
footer{
    position:static;
    margin-top:20px;
}
@media screen and (max-width: 700px){
    
}