body {
    background-color:#ff0082 ;
  color:rgb(238, 255, 0);
  
}
    
h1  h2 {justify-content: center;
  color:rgb(238, 255, 0);
  text-decoration: underline;
  text-decoration-color: darkgreen;
  font-family: 'Press Start 2P', cursive; 

}
  
  li a {
    display: block;
    width: 60px;
    background-color: #dddddd;
  }

  #menu /* layout main menu */
{
position: fixed;
left: -45px;
top: 20px;
  margin-top:1em;
  padding-bottom:1em;
  width:40%;

}

ul.menu
{
   display: table;
   margin-left: auto;
   margin-right: 0em;
}

div#menu li /* horizontal menu layout */
{
  padding: 0.7em 1em 0.7em 1em;
  border: 3px solid #301cd5;
  border-radius: 10px;
  margin-right: 30px;
  background-color: rgb(238, 255, 0);
}


div#menu li a:hover /* link style on-mouse-over */
{
  color:#301cd5;
  text-transform: uppercase;
  text-decoration: none;

}

div#menu li:hover  /* button style on-mouse-over */
{
  padding: 0.7em 1em 0.7em 1em;
  border: rgb(238, 255, 0);
  border-radius: 10px;
  background-color: #301cd5;
}


div#menu li a /* link style */
{
  color:#301cd5;
  font-size: 1em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

div#menu li.active a /* active menu item style */
{
  color:#FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
}

div#menu li.active /* active menu button style */
{
  padding: 0.7em 1em 0.7em 1em;
  border: 3px solid #FFFFFF;
  border-radius: 10px;
  background-color: #dd417f;
}


.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
.background {
  background-color: #4180dd;
}
.homeback {
  background-color: darkseagreen;
}
h2 {justify-content: center;}

.bg {    
  
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    position: relative; 
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;}

    .footer {
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      background-color:rgb(15, 15, 14);
      color:rgb(238, 255, 0);
      text-align: center;
    }
     

    #h1-position {
      display: block;
      

    }
    #gamearea {
      background-color:rgb(238, 255, 0); 
      color:#301cd5; 
      border: 3px solid #301cd5;
      border-radius: 10px;
    }
    img { 
      position:fixed;
      width: 100%;
      height: 400px;
      background-image: url(../images/arcade-games-154575_1280.png);
      background-repeat: no-repeat;
      background-size: contain;
      border: 1px solid red;
    }
    .my_video {
      margin: 0 auto;
      border: 20px groove rgb(85, 84, 84);}

      .my_img {
        border:none; 
        width :560px; 
        height: 315px;
        position:fixed; left:550px; top:200px;
      }