body {
    background-color: #FBF3E6;
    margin: 0;
    min-height: 100vh;
}
.container {
    margin: 0 auto;
    position: relative;
    width: 100vw;
    max-width: 600px;
}
.header {
    background-image: url("img/bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    width: 100%;
    height: 0;
    padding-top: 42.5%;
}
.main {
    background-color: white;
    width: 95%;
    margin: 0 auto;
    border-radius: 10px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
}
.top-title {
    color: #542C03;
    padding: 5px 20px;
    margin-bottom: -10px;
}
.top-title span {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.divider {
    border-color: transparent;
    border-bottom-color: #EEEEEE;
    outline: none;
    margin-top: 15px;
}
.step-title {
    margin-bottom: 10px;
    font-size: 15px;
    margin-top: 15px;
}
.step-desc {
    font-size: 12px;
    color: #555;
    padding: 0 20px;
}
.button-style {
    background-color: #F8C96B;
    border: none;
    height: 45px;
    width: 300px;
    margin-top: 10px;
    color: #542C03;
    border-radius: 5px;
    font-size: 15px;
}
.checkbox-label {
    font-size: 13px;
}
.checkbox {
    position: relative;
    top: 2px;
    width: 13px;
    height: 13px;
}
.phone-input {
    height: 40px;
    width: 300px;
    border-color: #F3C968;
    outline: none;
    border-style: solid;
    border-radius: 10px;
    padding-left: 10px;
    font-size: 16px;
    margin-bottom: 5px;
}
.bottom-title {
    color: #542C03;
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.bottom {
    background-image: url("img/vip.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    width: 100%;
    height: 0;
    padding-top: 42.5%;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
.modal-content {
    background-color: #fff;
    margin: 225px auto;
    padding: 5px 10px 20px;
    border: 1px solid #888;
    width: 75%;
    max-width: 600px;
    text-align: center;
    border-radius: 10px;
}
.modal button {
    margin-top: 5px;
    background-color: #F8C96B;
    border: none;
    height: 35px;
    width: 150px;
    color: #542C03;
    border-radius: 5px;
}
.modal h3 {
    font-size: 18px;
    margin: 10px;
}
.modal p {
    font-size: 15px;
}
.info {
    width: 260px;
    height: 180px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    background-image: url("img/info.jpg");
    position: relative;
    margin: 15px auto 5px;
}