/* Add Background color to Light blue of element */
.background-LightBlue {
 background-color: #bde7ff;
}

/* Add 30px padding to top and bottom of element */
.padding-TopBottom {
 padding: 30px 0;
}