div.logo {
    font-family: Merriweather;
    font-size: 35px;
    position: relative;
    margin-left: 2.7%;
    margin-top: 2.5%;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: black;
}

div.body {
    font-family: Poppins;
    font-size: 20px;
    position: relative;
    margin-left: 20%;
    word-wrap: break-word;
    width: 60%;
    margin-bottom: 100px;
}

p.bodyquote{
    font-size: 30px;
    font-family: Merriweather;
    line-height: 60px;
    text-align: center;
}

span.colorquote {
    color: orange;
    font-size: 50px;
}

p.titlequote{
    text-align: center;
    font-family: Merriweather;
    font-size: 50px;
}

div.titleline{
    border: 1px solid #b9bebe;
    position: relative;
}

p.titledescription {
    text-align: center;
}

p.imagedescription{
    font-size: 15px;
    color: grey;
}
img.titleimage {
    display: block;
    width: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}