body {
  font-family: Arial;
}
button {
  cursor: pointer;
}
body {
  background-color: #ad3aa1;
}
a {
  color: blue;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}