body {
  font-family: "Inter", sans-serif;
}
input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(61, 159, 235, 0.5);
}
