html, body {
	position: relative;
	width: 100%;
	height: 100%;
}


@font-face {
  font-family: 'Saira Stencil One';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/saira-stencil-one-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/saira-stencil-one-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/saira-stencil-one-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/saira-stencil-one-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/saira-stencil-one-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/saira-stencil-one-v12-latin-regular.svg#SairaStencilOne') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Stick No Bills';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/stick-no-bills-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/stick-no-bills-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/stick-no-bills-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/stick-no-bills-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/stick-no-bills-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/stick-no-bills-v6-latin-regular.svg#StickNoBills') format('svg'); /* Legacy iOS */
}

body {
	margin: 0;
	padding:0;
	box-sizing: border-box;
  background: rgb(2,0,36);
background: linear-gradient(45deg, rgba(2,0,36,1) 0%, rgba(0,150,144,1) 93%, rgb(2, 126, 151) 100%);background-repeat: no-repeat;
    background-attachment: fixed;
		overflow-x:hidden;
	font-family: 'Roboto Condensed', 'Saira Stencil One';
}