.no-js {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.no-js .no-js-container {
    width: 290px;
    margin: 0 auto;
    text-align: center;
}

.no-js .no-js__heading {
    font-weight: 300;
    margin-bottom: 0;
    font-size: 30px;
}

.no-js .no-js__message {
    margin-bottom: 26px;
    margin-top: 4px;
    color: #666;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
}

.no-js .no-js__link {
    background-color: #3bc429;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    padding: 6px 18px;
}
