form {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

form #specialbtn {
  padding: 15px;
  border-radius: 25px;
  background-color: rgba(127, 255, 212, 0.774);
  backdrop-filter: blur(25px);
  border: none;
  color: aliceblue;
  min-width: 100px;
  font-size: 15px;
  font-weight: bold;
}

form .normalbtn {
  padding: 5px;
  border-radius: 10px;
  background-color: rgb(31, 31, 31);
  border: none;
  color: aliceblue;
  min-width: 100px;
  font-size: 15px;
}

form .defaulttext {
  min-width: 250px;
  border: none;
  border-radius: 25px;
  padding: 10px;
}

form .hiddentext {
  min-width: 250px;
  border: none;
  border-radius: 25px;
  padding: 10px;
  background-color: black;
}
