body {
    background-color: #f8f9fa;
}

header {
    background-color: #67b1ff;
}

header img {
    border: 5px solid white;
}

header p {
    max-width: 600px;
    margin: 0 auto;
}

.stat-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 200px;
    /* Set a fixed height for all stat boxes */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stat-box h3 {
    /* make the bottom padding not so much */
    margin-bottom: -0.5rem;
}

h1,
h2,
h3 {
    color: #343a40;
}

p {
    font-size: 1.25rem;
    margin-top: 1rem;
}

#section-2 {
    background-color: #f8e961;
    /*ffea00*/
}

img.emoji {
    height: 1em;
    width: 1em;
    margin: 0 .05em 0 .1em;
    vertical-align: -0.1em;
}