body {
    background-color:burlywood;
    color: #234;
    font-family:  'Gemunu Libre', sans-serif;
    margin-left: 12%;
    margin-right: 12%;

}

h1.title {
    text-align: center;
    text-transform: lowercase;
    font-weight: normal;
    text-shadow: 0px 2px 6px grey;
}

h2 {
    text-transform: uppercase;
    font-size: 1.2em;
}

p {
    line-height: 1.3;
}

p::first-letter{
    color:black;
    font-weight: bold;
}

img{
    max-width: 100%;
}

img.class1{
    max-width: 15%;
    align-items: left;
}
