body {
    background: #ffcea3;
    background: -moz-radial-gradient(center, circle cover, #fff 0%, #ffcea3 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #fff), color-stop(100%, #ffcea3));
    background: -webkit-radial-gradient(center, circle cover, #fff 0%, #ffcea3 100%);
    background: -o-radial-gradient(center, circle cover, #fff 0%, #ffcea3 100%);
    background: -ms-radial-gradient(center, circle cover, #fff 0%, #ffcea3 100%);
    background: radial-gradient(center, circle cover, #fff 0%, #ffcea3 100%);
    background-color: #ffcea3;
    color: black;
}

.col2 {
    width: 48% !important;
    margin: 0 1% !important;
    float: left;
}