.header {
    max-width: 100%;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.bodytext {
    margin-top: 3em;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
.bodytext p {
    font-family: 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
}