.header { 
  background-color: rgba(255,255,255,.95);
  padding: 12px;
  width: 100%;
  margin-bottom: 24px;
  z-index: 999;
}

.page-width {
  max-width: 1200px;
  margin: auto;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.logo-head {
  max-width: 250px;
}
.main-content h1 {
  font-size: 36px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  line-height: initial;
}
.main-content h2 {
  font-size: 24px;
  margin-bottom: 0.4rem;
  margin-top: 0.4rem;
  line-height: initial;
}
.main-content {
  line-height: 1.5rem;
  font-size: 18px;
  font-weight: 500;
  padding: 2em;
  padding-top: 80px;
  position: relative;
}
.main-content p {
  /* margin-bottom: 1em; */
}

@media (max-width: 600px) {
  .return-home {
    display: none;
  }
}

.return-home {
  margin: 0;
  float: right;
  border-color: #7b187a;
  background-color: transparent;
  color: #7b187a;
  font-weight: 500;
  border-radius: 4px;
  border-width: 2px;
  transition: color linear 0.1s, background-color linear 0.1s;
  /* height: 4em; */
  font-size: 1.2em;
}
.button.return-home:hover {
  margin: 0;
  background-color: #7b187a;
  border: #7b187a;
  border-width: 2px;

}