body {
    background-color: rgb(198, 198, 198);
}

h1,
h2,
h3,
p {
    text-align: center;
    margin-bottom: auto;
    font-family: lotionregular;
}

h3 {
    margin-top: auto;
}

.title_bar {
    width: 90%;
    background-color: #0a88ef;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}

@font-face {
    font-family: 'lotionregular';
    src: url('../content/fonts/lotion-regular-webfont.woff2') format('woff2'),
         url('../content/fonts/lotion-regular-webfont.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}