body{
  padding: 30px;
}
body {background-color: silver;}
      h1 {
        font-family: papyrus;
        color:DarkMagenta;
        position: absolute;
        top: 50px;
        left: 150px;
      }
      
      h3 {
        color:DarkMagenta;
        position: absolute;
        top: 100px;
        left: 185px;
        font-family: papyrus;
      }
      #game1 {
        position: absolute;
        top: 200px;
        left:150px;
      }
      #game2 {
        position: absolute;
        top: 200px;
        left:235px;
      }
      #game3 {
        position: absolute;
        top: 200px;
        left:315px;
      }
        