body {
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h1, h2, p {
    font-family: 'Open Sans', sans-serif;
}

h2 {
    text-align: center;
}