h1 {
font-weight: bold;
color: Orange;
font-size: 50px;
margin: 20px auto -30px auto;
}
h2 {
font-weight: bold;
color: Orange;
}
h4.aboutme {
font-weight: bold;
color: Orange;
}
p.aboutme {
font-size: 18px;
line-height: 1.5;
}

body {
color: rgb(31, 117, 255);
  background-color: rgb(28,36,48);
  text-align: center;
  font-family: Arial;
}
div.gameblock{
display: inline-block;
height: 575px;
width: 400px;
margin: auto 10px auto 10px;
background-color: rgb(36,48,64);
text-align: center;
}
div.blocks{
display: inline-block;
width: 1310px;
height 600px;
margin: -10px auto 5px -35px;
text-align: center;
}
div.aboutme{
display: inline-block;
width: 1310px;
height 600px;
margin: -10px auto 5px auto;
background-color: rgb(36,48,64);
text-align: left;
}
div.aboutmetext{
display: inline-block;
width: 740px;
height 600px;
margin: 10px auto 5px 300px;
text-align: left;
}
div.gameblockdesc{
text-align: center;
margin: 10px 20px 10px 20px;
}
li{
display: inline;
margin-right: 20px;
margin-left: 20px;
}
li.navigation{
display: inline-block;
margin: auto 40px auto 5px;
}
ul{

}
a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: gray;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: OrangeRed;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}
a.nav:link {
  color: rgb(31, 117, 255);
  background-color: transparent;
  text-decoration: none;
}

a.nav:visited {
  color: rgb(31, 117, 255);
  background-color: transparent;
  text-decoration: none;
}

a.nav:hover {
  color: rgb(31, 117, 255);
  background-color: transparent;
  text-decoration: none;
}

a.nav:active {
  color: white;
  background-color: transparent;
  text-decoration: none;
}