@font-face {
  font-family: 'WhitneySSm';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/WhitneySSm-Medium_Web.woff2') format('woff2'),
       url('../fonts/WhitneySSm-Medium_Web.woff') format('woff')
}

body {
  margin: 0;
  font-family: 'WhitneySSm';
  color: #333;
}

h1 {
  font-size: 56px;
  line-height: 22px;
  letter-spacing: -1.5px;
}

header {
  display: flex;
  height: 154px;
  background-color: #2B2B4F;
  align-items: center;
}

#main-container {
  display: flex;
  justify-content: center;
}

#main {
  max-width: 600px;
  width: 100%;
  padding-bottom: 150px;
}

.description {
  margin: 100px 0 80px;
  text-align: center;
}

.logo {
  padding-left: 40px;
}

  .logo__image {
    height: 90px;
  }

.documentation-link-a {
  text-decoration: none !important;
  color: inherit !important;
}

.documentation-link {
  margin: 50px 0;
  height: 205px;
  border: 1px solid;

  cursor: pointer;
}

  .documentation-link__title {
    margin: 45px 0px;
    padding: 0px 42px;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: -1.2px;
  }

  .documentation-link__description {
    margin: 22px 0px;
    padding: 0px 42px;
  }

  .documentation-link--orange {
    border-color: #FFAF62;
  }

  .documentation-link--green {
    border-color: #77D59D;
  }

