.jsq {
    clear: both;
    overflow: hidden;
    padding: 10px;
}

#watch {
    color: #ffffff;
    font-family: Arial;
    font-size: 200px;
    font-weight: bold;
    margin: 60px 0;
    text-align: center;
}

#mytext .text {
    font-size: 18px;
    text-indent: 2em;
    line-height: 40px;
    color:#ffffff;
}

#mytext .text_2 {
    font-size: 18px;
    text-indent: 2em;
    line-height: 40px;
    color: #DA542E
}

#buttons {
    margin: 10px auto;
    width: 480px;
    text-align: center;
}

#buttons input {
    margin: 0 10px;
    height: 24px;
    line-height: 24px;
    padding: 0px 20px;
    border: 0;
    background: #28B779;
    color: #ffffff;
}

#buttons input.btn_1 {
    background: #28B779;
}

#buttons input.btn_2 {
    background: #DA542E;
}

#buttons input.btn_3 {
    background: #FFB848;
}