body {
  background-color: black;
}

.contactBox {
  border-radius: 1em;
  border: 1px solid gray;
  padding: 1em;
}

#btnSendEmail {
  background-color: black;
  color: white;
  padding-top: .5em;
  padding-bottom: .5em;
  cursor: pointer;
}

.content {
  background-color: white;
  padding: 2em;
  margin: 2em;
}

.header img {
  height: 2em; /* This will scale with your text size */
  width: auto; /* Maintains aspect ratio */
  vertical-align: middle;
}

.homepageContent {
  padding: 4em !important;
}

.mainImage img {
  width: 100%;
}