body {
    font-family: Ubuntu, sans-serif;
    width: 100%;
    background-color: #ececec;
}
h1 {
    color: #535353;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    font-size: 45px;
    font-weight: 500;
    padding: 30px 50px;
    text-align: center;
    text-rendering: optimizeLegibility;
}
h3 {
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 15.4px;
}
p {
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
}
blockquote {
    font-family: Ubuntu, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 30px;
}
pre {
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 19px;
}

#logo {
    margin-top: 5%
}