  body {
      display: flex;
      margin: 0px;
      padding: 0px;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      text-align: center;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      background-color: aqua;
  }

  h1 {
      font-size: 20px;
  }

  #special {
      font-size: 30px;
  }

  input {
      margin: 5px;
  }

  button {
      margin: 5px;
  }