/*
Theme Name: CMS Theme 2

Author: Wim Huurman

Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body{
    background-color: rgb(219, 219, 219);
    font-family: 'Helvetica', 'Arial Narrow', Arial, sans-serif;
    
}
main{
  
    margin: 0 auto;
    padding: 0 20px;
}