@import url('https://fonts.googleapis.com/css2?family=IM+Fell+English+SC&family=Jost&family=Lora&display=swap');

body {
    padding: 0 10px;
}

main {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 200px;
    margin-top: 60px;
}

img.hero {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: auto;
}

img.stats {
    width: 100%;
    max-width: 300px;
    display: block;
}

header {
    margin-bottom: 120px;
}

section {
    margin-bottom: 80px;
}

h2 {
    font-family: 'IM Fell English SC', serif;
    font-size: 34px;
    margin-bottom: 20px;
}

p {
    font-family: 'Lora', serif;
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1.8;
}

img {
    margin-bottom: 40px;
}

a.button {
    display: inline-block;
    background-color: #0E518D;
    width: 338px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    padding: 14px 0;
    border-radius: 40px;
    font-family: 'Jost', sans-serif;
    margin-right: 20px;
    margin-bottom: 20px;
}

p:last-child, a:last-child {
    margin-bottom: 0;
}

.videoContainer {
    max-width: 520px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    margin-bottom: 40px;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media screen and (min-width: 756px) {
    a.button {
      margin-bottom: 0;
    }
}