body {
    font-family: "Barlow", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    background-color: #efefef;
}

img {
    width: 70vw;
}

section {
    margin-bottom: 64px;
}

h1 {
    font-weight: 300;
    font-size: 36px;
    width: 50vw;
    text-align: center;
}