.navbar-logo {
  margin-bottom: 30px;
}

main {
  margin-left: 300px;
  min-height: 100vh;
  padding-left: 60px;
  margin-top: 40px;
}

.page-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  /* identical to box height */
  color: #4f4f4f;
  mix-blend-mode: normal;
  opacity: 0.9;
}

.page-subtitle {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  /* identical to box height */
  letter-spacing: 0.02em;
  text-transform: uppercase;
  /* Dark / 1 */
  color: #4c4c66;
}

.date-badge {
  font-weight: 500;
  font-size: 12px;
  color: #4f4f4f;
  background: rgba(38, 121, 184, 0.25);
  border: 0.5px solid #2679b8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 4px;
  position: relative;
  top: -3px;
}

.card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  padding: 13px 22px;
  margin-right: 20px;
}

.card-grey {
  background: #eeeeee;
  border: 1px solid #e2e2e8;
  color: #4f4f4f;
}

.card-orange {
  background: #ff7b1b;
  border: 1px solid #e2e2e8;
  color: white;
  border: 1px solid #e2e2e8;
}

.card-blue {
  background: #2679b8;
  color: white;
}

.card-lightblue {
  background: rgba(38, 121, 184, 0.25);
  border: 1px solid #2679b8;
  color: rgba(0, 0, 0, 0.87);
}

.card-title {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  /* identical to box height */
}
/*# sourceMappingURL=index.css.map */