/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 16, 2019 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 1;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

/*=========================================
    Main Styles
    =========================================*/
body {
      font-family: "futura_book_font-webfont", "futura_bk_btbook", sans-serif;
    }

@font-face {
    font-family: 'futura_bk_btbook';
    src: url('futura_book_font-webfont.woff2') format('woff2'),
         url('futura_book_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	}

	.heading {
      background-color: #ff1f08;
      font-size: 60px;

    }

    .center {
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
    	width: 50%;
    }

    .container {
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
    	width: 50%;
    }
    .footer {
      text-align: center;
    }