:root {
  --my-green-clear: rgb(28, 209, 91);
}

input[type="submit"]:hover {
  background-color: white;
  color: black;
  border: 1px solid black;
}

.normal:focus-within {
  border-bottom: 1px solid var(--my-green-clear);
}

#label-img:active {
  border-radius: 0;
  border-color: black;
  color: white;
}

