/* my styles */
body {
    /* background-color: gray; */
}

.jqtest {
    background-color: #bca;
    width: 100px;
    border: 1px solid green;
}


.testBox {
    background-color: aqua;
    height: 200px;
    margin-top: 25px;
    margin-bottom: 25px;

}