/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 #newsletter-create {
 	color: white;
    background: #2898F9;
    padding: 5px 10px;
    border-radius: 5px;
 }