/* buttons.css */

button {
  margin-top: 20px;
  background-color: #a0281d;
  color: white;
  padding: 10px 18px;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

button:hover {
  background-color: #811f14;
}
