body {
  background-color: plum;
  color: black;
  font-family: Times;
  font-smooth: never;
  -webkit-font-smoothing: none;
  filter: contrast(1);
  text-align: center;
}

a {
  color: lime;
}

h1, h2, h3 {
  color: purple;
  text-align: center;
}

button {
    border: pink 2px outset;
background-color: antiquewhite;
}

input{
  border: thistle 3px inset;
  background-color: antiquewhite;
  font-family: Times;
}
