html {
	  font-family:arial, sans-serif
  }

  body {
	  font-family: Helvetica Neue light, arial, sans-serif;
	  font-size: 26px;
	  margin: 0;
	  background: #046;
	  color: rgb(255, 255, 255);
	  margin:30px;
  }
  body.gaming {
	  background: #046;
  }
  body.shit {
	  background: #046;
  }

  h1 {
	font-size: 220px;
	  font-weight: normal;
	  margin: 0;
	  padding:0;
	  color: rgb(67, 143, 187);
	  line-height: 180px;
  }
  .gaming h1 {
	  font-size:200px
  }

  h2 {
	  font-size: 55px;
	  font-weight: normal;
	  margin: 0;
	  padding:0;
	  margin:  25px 0 170px 0; 
  }
  
  h3 {
	font-size: 130px;
	font-weight: normal;
	margin: 50px 0 0 0;
	padding: 0;
	color: rgb(67, 143, 187);
	line-height: 170px;
  }
  
  
  a {
	color: white;
	background-color: rgb(16, 59, 84);
	padding: 5px;
	text-decoration: none;
	transition: all ease 0.8s;
	display: inline-block;

  }
  a:hover {
	background-color: white;
	color: black;
	transition: all ease 0.8s;
	transform: scale(1.2)rotate(-5deg);
  }
  nav {
	margin: 0 0 70px 0;
	color: rgb(84, 125, 149);
	font-size: 30px;
  }
  
  p {
	font-size: 55px;
	font-weight: normal;
	margin: 4px;
	padding: 0;
	line-height: 70px;
  }
  
  strong {
	 font-size: 70px;
	 font-weight: normal;
	 margin: 0px;
	 padding: 0px;
	 line-height: 80px;
	 color: rgb(255, 255, 255)
  }
  
  .gaming strong {
	  margin: 30px 0px 50px 0px
  }
  
  