html {
  width: 100%;
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: calc(1rem + 0.3vw);
}

.header {
  background-color: #7b4596;
}

.donate-btn {
  background-color: #e8ae00;
  padding: 6px;
  border-radius: 5px;
  border: none;
  font-weight: bold;
}

.nav {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.logo {
  max-width: 5em;
}

.pageTitle {
  font-size: 4em;
  text-align: center;
  color: white;
  margin-bottom: 1em;
}

div {
  padding: 0.5em;
}

.header a {
  color: white;
  margin: 10px;
}

.mainContent {
  margin: 2em;
}

.footer {
  display: flex;
  flex-direction: row;
  align-items: space-around;
  justify-content: center;
  flex-wrap: wrap;
  color: white;

  overflow: visible;
  background-color: #7b4596;
  text-align: center;
}

.download-btn {
  padding: 10px 20px 10px 20px;
  background-color: inherit;
  border: 1px solid white;
  border-radius: 5px;
  color: white;
  font-size: calc(1rem + 0.4vw);

}
