/* General styles */


header {
    background-color: #fff;
    color: #04AA6D;
    text-align: center;
    padding: 1rem;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    text-align: center;
    padding: 0;
}

.button {
  background-color: #04AA6D; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}