h1 {
   color: rgb(255, 255, 255);
   font-size: 50px;
   background-color: rgb(0, 4, 252)
}

h1 {
   color: rgb(0, 0, 0);
   text-align: center;
   font-size: 50px;
   background-color: rgb(255, 255, 255);
   padding: 30px;
   text-shadow: 5px 5px 5px black;
}

h2 {
   color: rgb(0, 38, 255);
   font-size: 30px;
   margin: 30px;

}

p,
ul {
   color: rgb(0, 0, 0);
}

p.subheading {
      color: blueviolet;
      font-size: 20px;
      text-align: center;
   }

   body {
      font-family: Jokerman;
      font-family: sans-serif;
      background-color: peru;
      background-image: url("");
       display: inline-block;

       
       
       Background-color: rgb(250, 233, 0);
       color: rgb(0, 0, 0);
       Text-decoration: none;
       padding: 20px;
       margin: 5px;
      transition-duration: 500ms;
      }

      h1, h2 {
         font-family: "Story Script", sans-serif;
      }

      a:hover {
         background-color: blue ;
         translate: 0 -5px
      }

body {
   margin-top: 100px; 
}


h3 {
   color: blue;
}