/* background image */
body {
  background-image: url('https://gifdb.com/images/high/daft-punk-tron-s37f91fikh1y6ga5.webp'),
                    url('https://media4.giphy.com/media/v1.Y2lkPTc5MGI3NjExcGVydHp0NGNydWFpMmF1dW5sczA0YWZkY3diM2g1ZXl0Nmh3c2lkZSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/L2ZFuyr1gLxNxa5WpO/giphy.gif');
  background-size: cover;
  background-position: center;
  margin: 0;
  padding: 0;
  height: 100vh;
  display: grid;
  justify-content: center;
  align-items: center;
}


/* primary H1 */
h1 {
   background-color: rgba(0, 0, 0, 0.534); 
  padding: 30px 100px;                      
  border-radius: 70px;                      
  color: #1f1212;
  -webkit-text-stroke: 1px white;
  text-align: center;
  font-family: "Bitcount Grid Double", system-ui;
  font-optical-sizing: auto;
  font-weight: 500;
  font-variation-settings:
    "slnt" 0,
    "CRSV" 199.5,
    "ELSH" 0,
    "ELXP" 500;

  margin-top: 10px;
  font-size: 8rex;

  border: 3px solid #f0f0f0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  outline: 3px solid #5833ff;
  outline-offset: 5px;
}

h2 {
  background-color: rgba(9, 16, 43, 0.863); 
  padding: 20px 40px;                      
  border-radius: 70px;                      
  color: #1f1212;
  -webkit-text-stroke: 1px white;
  text-align: center;
  font-family: "Bitcount Grid Double", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-variation-settings:
    "slnt" 0,
    "CRSV" 199.5,
    "ELSH" 0,
    "ELXP" 0;

  margin-top: 0px;
  font-size: 20px;
border: 6px solid #f0f0f0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  outline: 3px solid #f7f1ef;
  outline-width: 2px;
  outline-offset: 7px;
}
 
/* Button Style */
a{
  /* font edits */
  text-decoration: none;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  font-style: oblique;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #f3f1f0;
  /* border edits */
  padding: 10px 1px;
  border-radius: 75px;
  border-width: 2px;
  margin-left: 3px;
  margin-left: 200px;
  margin-right: 200px;
  border: 2px solid #5833ff;
  background-color: #312ed131;
}
/* Button hover Style */
a:hover {
  background-color: #1b02ff86;
  color: #ffffff;
}