body {
    background: #eff5f5;
    color: #2f2e2e;
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    transition: transform 1000ms ease;
}

img, iframe {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

p {
    margin: 0;
}

.header {
    display: flex;
    justify-content: space-between;
    padding: 24px;
    position: relative;
}

.header__logo {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 100px;
}

.header__logo.header__logo--faa img {
    padding-bottom: 16px;
}

.header__heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 70px;
    line-height: 175%;
    margin: 0;
    opacity: 0;
    text-align: center;
    transition: all ease-in-out 300ms;
}

main {
    padding: 24px;
}