body{
    background-color: #E5E5E5;
}

.z-page{
    padding: 0 24px
}

.introduction{
    color: rgba(0, 0, 0, 0.57);
    line-height: 28px;
}

.main-frame{
    padding: 27px 24px 24px 24px;
    max-width:816px;
    background-color: white;
}

.intro-video{
    max-width: 100%;
    margin-top: 16px;
}

.demo-button{
    background: none;
    color: #0093f9;
    border: none;
    box-shadow: none;
}

.limitation{
    color: rgba(0, 0, 0, 0.57);
}

.footer{
    background: #F2F2F2;
    max-width:816px;
    color: rgba(0, 0, 0, 0.57);
}