body {
    background-color: #0B0B0F;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Helvetica Neue", Helvetica, Ubuntu, Roboto, Noto, "Segoe UI", Arial, sans-serif;
}

p {
    color: #868F97;
    font-weight: 700;
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto 96px auto;
    line-height: 1.6;
}

header {
    text-align: center;
    height: 50vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
}

header h1 {
    font-size: 48px;
    margin: 0;
    width: 100%;
}

header h2 {
    font-size: 24px;
    color: #999;
    margin: 0;
    width: 100%;
}

#intro {
    height: 30vh;
    padding: 96px 0;
    background-color: #121318;
}

#stats {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start;
    align-content: stretch;
}

#stats .stat {
    background-color: #000;
    border-radius: 4px;
    width: 300px;
    padding: 24px;
    box-shadow: rgba(0, 0, 0, 0.66) 0px 20px 80px;
}

#stats .stat h3 {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 9px 0;
}

#stats .stat .counter {
    color: #4DBE96;
}

#ads {
    height: 30vh;
    padding: 96px 0;
    background-color: #121318;
}