html, body{
    margin: 0;
    padding: 0;
    font-family: "sans-serif";
}


#body_text {
    margin: 2%;
}

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