body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: 'Open sans', sans-serif;
    background-color: #FFFFFF;
    color: #63666f;
    position: relative;
}

@media (min-width: 600px) {
    .lottie {
        display: flex;
        height: 300px;
    }

    .container {
        width: 550px;
        text-align: center;
        padding: 20px;
    }

    h1 {
        font-family: 'Source Serif 4';
        font-size: 2em;
        font-weight: 600;
        margin: 0.67em 0;
        color: #ff6727;
    }

    p {
        font-size: 1em;
        font-weight: 400;
    }

    .logo {
        display: block;
        position: fixed;
        top: 24px;
        left: 24px;
    / / margin-left: 10 px;
    / / margin-right: auto;
    }
}

@media (max-width: 600px) {
    .container {
        width: 320px;
        text-align: center;
    }

    h1 {
        font-family: 'Source Serif 4';
        font-size: 1.3em;
        font-weight: 600;
        margin: 0.67em 0;
        color: #ff6727;
    }

    p {
        font-size: 0.7em;
        font-weight: 400;
    }

    .lottie {
        height: 180px;
    }

    .logo {
        display: block;
        position: fixed;
        top: 24px;
        margin-left: auto;
        margin-right: auto;
    }
}