html{
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 5%;
    margin-top: 5%;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 300;
    font-size:20px;
}

img{
    max-width:350px;
} 
h1{
}
h2{
    margin-top: 2em;
}
p{
    line-height:30px;
}
ul,ol{
    line-height:30px;
}
a{
    color:rgb(114, 76, 150);
}
