body {
    font-family: 'Roboto Serif', serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
}

header {
    background-color: cornflowerblue;
    padding: 20px;
    text-align: center;
    width: 100%;
}

h1 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 48px;
    color: whitesmoke;
    margin: 0;
}

header p {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    color: whitesmoke;
    margin: 0;
}

main {
    max-width: 800px;
    padding: 20px;
    font-size: 20px;
}

h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    color: whitesmoke;
    background-color: cornflowerblue;
    padding: 10px;
    margin-top: 20px;
}
