body {
    background-color: #161616;
    }
  h1 {
      color: rgb(201, 65, 255);
      text-align: center;
      font-size: 800%;
      font-family: Tahoma, sans-serif;
      padding-top: 10%;
      text-shadow: 4px 4px #292929;
      min-width: 50%;
    }
    button {
      color: #e7e7e7;
      padding: 0.7em 1.7em;
      font-size: 100%;
      border-radius: 0.5em;
      background: #161616;
      border: 1px solid #89E5F1;
      display: grid;
      margin: auto;
      min-width: 30%;
     }
     
     button:hover {
      border: 1px solid rgb(163, 50, 255);
     }
  h2 {
    color: #89E5F1;
    text-align: center;
    font-size: 200%;
    font-family: Tahoma, sans-serif;
  }
  h3 {
    color: #ff4949;
    text-align: center;
    font-size: 200%;
    font-family: Tahoma, sans-serif;
  }