body {
    margin: 0;
    font-family: open-sans, sans-serif;
    color: #1a2242;
}

#no-js {
    display: block;
    width: 100vw;
    height: 100vh;
}

#no-js .container {
    width: 100%;
    max-width: 500px;
    margin: 35px auto;
    text-align: center;
}

#no-js .container img {
    display: block;
    margin: 0 auto 25px;
}
