strong {
  font-weight: 600;
}
body {
  background: white;
  font-size: 18px;
  font-family: 'Work Sans';
  margin: 0px;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

.actions {
  cursor: pointer;
  display: flex;
  align-items: center;
  border: none;
  padding: 12px;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: rgb(245, 246, 250);
  max-height: 30px;
  width: 220px;
}

.left-margin {
  margin-left: 16px;
}

.top-margin {
  margin-top: 16px;
}

.bottom-margin {
  margin-bottom: 16px;
}

.primary-color-text {
  color: #7067ff;
}

.button-signup {
  background-color: #7067ff;
  color: white;
}

a:visited {
  color: black;
}

.button-signup:visited {
  color: white;
}

.actions:hover {
  opacity: 0.8;
}

.flex-center {
  display: flex;
  justify-content: center;
  text-align: center;
}

.flex-column {
  flex-direction: column;
}

h2 {
  font-weight: 200;
  font-size: 46px;
  line-height: 1.3;
}

h3 {
  font-weight: 300;
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 15px;
  margin-top: 15px;
}

.bold {
  font-weight: 500;
}

.weight-300 {
  font-weight: 300;
}

hr {
  width: 100%;
}

.typeform-button {
  margin-top: 12px;
  display: flex;
  text-decoration: none;
  background-color: #605f5f;
  color: white;
  cursor: pointer;
  line-height: 50px;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 18px;
  border-radius: 4px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.display-none {
  display: none;
}

.centered-paragraph {
  text-align: center
}

@media only screen and (min-width: 1080px) {
  body {
    margin-top: 100px;
  }

  .typeform-button {
    margin-top: 0px;
    margin-left: 8px;
    color: white;
  }
}
