input[type=text] {
  border: 2px solid red;
  padding: 5px;
  border-radius: 4px;
}
input[type=number] {
  border: 2px solid red;
  padding: 5px;
  border-radius: 4px;
}  
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Usunięcie strzałek w Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
#id-wish-form {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  color: white;
  font-size: 20px;
  backdrop-filter: blur(5px);
}

a{
  background-color: #f44336;
  text-decoration: none;
  padding: 6px 14px;
  margin-left: 10px;
  text-decoration: none;
  color: white;
  border-radius: 6px;
  border: 2px solid #f44336;
}
a:hover{
  border: 2px solid #f44336;
  background-color: rgba(255,255,255,0)
  ;
}
h1{
  color: white;
}
.policy{
all: unset;
}
.policy a:hover{
all: unset;
color: grey;
text-decoration: underline
}
