

body{background-color: black;}
P{ background-color: grey; padding: 30px; text-align: center; font-size: 100px;
  font-family: "UnifrakturMaguntia", cursive;
  font-weight: 400;
  color: white;
  margin: 60px;}
  h1{font-size: 20px;
  font-family: "JetBrains Mono", monospace;
  font-optical-sizing: auto;
  color: white;
  color: white;
  margin: 30px;}
  h2{font-size: 40px;
  text-align: center;
  font-family: "JetBrains Mono", monospace;
  font-optical-sizing: auto;
  color: white;
  margin: 60px;}
chicken {
  font-family: "Bungee", sans-serif;
  font-style: normal;
  a{display :inline;

    background-color: grey;
    color: white;
    padding: 20px;
    margin: 5px;
    transition-duration: 800ms;
  }
  a:hover {background-color: blue; 
    translate: 0 -5px; padding: 40px; margin: 10x}

}