@font-face {
  font-family: "Fallout";
  font-display: auto;
  src: url("/fonts/falloutfont.eot"); /* IE9 Compat Modes */
  src: url("/fonts/falloutfont.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/fonts/falloutfont.otf") format("opentype"), /* Open Type Font */
    url("/fonts/falloutfont.svg") format("svg"), /* Legacy iOS */
    url("/fonts/falloutfont.ttf") format("truetype"), /* Safari, Android, iOS */
    url("/fonts/falloutfont.woff") format("woff"), /* Modern Browsers */
    url("/fonts/falloutfont.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
*{
        color: #fffff8;
        font-family: "Fallout",Calibri;
}
body{
	font-size:12px;
        background-color: #000000;
        align-content: center;
        margin-left: 10%;
        margin-right: 10%;
        background-image: url(/images/bos_helmet.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: scroll;
	background-size: 50%;
}
div.main{
        width: 100%;
}
h2{
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
}
