html {
    font-family: 'Lato', sans-serif;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: darkgray;
}

body {
    max-width: 1000px;
    padding: 20px;
    background-color: white;
}

h2, strong {
    color: cornflowerblue;
}