body {
  background: white;
  color: black;
}
p {
  color: black;
}
h1 {
  font-weight: bold;
}
button {
  margin: 10px;
 color: #000000;
}
a {
  color: black;
  text-decoration: none;
}