/*----------------------------------------GENERAL*/
/*-----------------------------------------LOADER*/
/*-----------------------------------------HEADER*/
/*-----------------------------------------SCROLL*/
/*----------------------------------------SECTION*/
#title{text-align:center;font-size:52px;font-weight:bold;margin-bottom:40px;}
#picture{max-width:100%;display:block;margin:auto;margin-bottom:40px;}
#body{margin:20px;line-height:24px;font-size:18px;margin-bottom:80px;}
/*-----------------------------------------FOOTER*/
/*-------------------------------------RESPONSIVE*/
@media screen and (max-width:500px){
    #title{font-size:30px;}
    #body{font-size:16px;}
}
