body {font-family: 'Lora', serif;}

#top_title{
    text-align: center;
    font-size: 40px;
    text-shadow: 2px 2px 3px grey;
	margin: 5rem 0;
}


#main_wrapper{
    max-width:1200px;
/*    border: 2px solid green;*/
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 150px;
    }

#pic{
    max-width: 350px;
    float: left;
    padding: 0 20px 20px 5px;

}

.text{
    font-size: 16px;
    text-align: justify;
    text-justify: auto;
}