body
{
    margin: 0;
    padding: 0;
}
#header
{
background-color: rgb(240, 0, 0);
height: 90px;
width: 100%;
display: flex;
position: fixed;
}
#headerlogoPic
{
  width: 130px;
  margin-left: 100px;
  margin-top: -20px;
}
.header-nav-list
{
  display: flex;
  gap: 60px;
  margin: auto;
  margin-top: 20px;
  font-size: 40px;
  font-weight: 300;
  font-family: Arial, sans-serif;
  text-align: center;
}

.nav-css-set
{
    color: white;
    font-size: 25px;
    text-decoration: none;
}
.nav-css-set-this-set
{
  text-decoration: underline;
    color: black;
    font-size: 25px;
}
.nav-css-set:hover
{
  color: black;
}
.gamespic:hover
{
  filter: invert(1);
}
#comingsoon
{
width: 100vw;
height: fit-content;
display: block;
}