html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #82848f;
  font-size: 20px;
  line-height: 1;
  font-family: "Maison Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  background: #f7f7f7;
}

.flyer-template {
  height: 100%;
}

.flyer-header {
  background-image: linear-gradient(
    45deg,
    rgb(70, 67, 81) 0%,
    rgb(70, 67, 81) 1%,
    rgb(0, 0, 0) 100%
  );
  height: 200px;
  line-height: 200px;
  font-size: 30px;
  text-align: center;
}

.flyer-body {
  background-color: ghostwhite;
  padding-top: 60px;
  min-height: 80%;
  text-align: center;
  align-content: center;
}

button {
  margin-bottom: 20px;
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
  border-radius: 5px;
}

 a {
     color: inherit;
     text-decoration: none;
 }

img {
  border-radius: 25px;
  max-width: 90%;
  margin: 5%;
}