html {
    scroll-behavior: smooth;
}

body {
  font-family: Helvetica Neue, Arial, sans-serif;
  text-align: left;
}

h1 {
  font-weight: 400;
  font-size: 30px;
  margin: 0 0 0.1em 0;
  color: #000;
}

h2 {
  font-weight: 200;
  font-size: 20px;
  margin: 0 0 50px;
  color: #999;
}

.wrapper {
  margin: 25px 0px 0px 0px;
}

.sm-wrapper {
  margin: 5px 0px 0px 0px;
}

.bg-light {
  background-color: #c8ffaf !important;
}

.bg-dark {
  background-color: #009664 !important;
}

.card-title {
  font-weight: 600;
  font-size: 30px;
  margin: 0 0 0.1em 0;
}

.card-text {
  font-weight: 400;
  font-size: 1.0em;
  margin: 0 0 0.1em 0;
}

/* Rules for sizing the icon. */
.material-icons-outlined.md-18 { font-size: 18px; }
.material-icons-outlined.md-24 { font-size: 24px; }
.material-icons-outlined.md-36 { font-size: 36px; }
.material-icons-outlined.md-48 { font-size: 48px; }
