body {
  background-color: #2b0011;
  color: white;
}
h1 {
  font-family: "Times New Roman", cursive;
}

h1 {
  background-color: white;
  color: #2b0011;
}

h2 {
  background-color: white;
  color: #2b0011;
}

button { background-color: white; border: none; color: #2b0011; padding: 10px 14px; text-align: center; text-decoration: none; display: inline-block; font-size: 10px; margin: 4px 2px; cursor: pointer; }

a:link {
  color: #ffb0f3;
  text-decoration: none; 
}


a:visited {
  color: #b0d2ff;
  text-decoration: none;
}


a:hover {
  color: #ffb0f3;
  text-decoration: underline; 
}


a:active {
  color: #ffb0f3;
  text-decoration: underline;
}
