body {
    font-family: 'Roboto', sans-serif;
    background-color: #FFFFFF;
}

h1, h2, h3 {
    font-family:'Lobster', cursive;
    text-align: center;

}

h2,h3 {
    margin-top: 4%;
    color: #669900;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 5%;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.650rem;
}

a {
    color: #7C9E3D;
    text-decoration: none;
}

a:hover {
    color: grey;
    text-decoration: underline;
}

strong {
    font-style: italic;
    font-weight: 600;
}

p, li{
    line-height: 1.25;
    font-size: 1.250rem;
}

.sources {
    font-family:'Lobster', cursive;
    color: #669900;
    text-decoration: underline;
    font-weight: 600;
    line-height: 0.5;
}

.image1 {
    display: block;
    width: 1000px;
    margin: 0 auto;
}

.image2 {
    display: block;
    width: 400px;
    margin: 0 auto;
}