:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: linear-gradient(150deg, rgb(69, 181, 255), rgb(108, 0, 197),rgb(69, 181, 255), rgb(108, 0, 197));
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: 'Times New Roman', Times, serif;
}
