body {
  font-family: 'Josefin Sans', sans-serif;
  color: rgb(78, 78, 78);
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
}

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

.headerGradient {
  background: -webkit-linear-gradient(135deg, #08AEEA 0%, #2AF598 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.button {
  /* border-radius: 3px; */
  border-radius: 6px;
  border: 2px solid rgb(255 255 255);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
}

.button:hover {
  box-shadow: 0px 4px 2px 1px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* Center and limit width */
.page {
  max-width: 960px;
  margin: 0 auto;
}

.page-main {
  padding: 30px 15px;
}
