html,
body {
  box-sizing: border-box;
  font-family: Montserrat;
  font-weight: 200;
}
.fullpage {
  background-color: #eaeaea;
}
b {
  font-weight: 300;
}
.title-alg {
  font-weight: 300;
  font-size: 18px;
}
.separator {
  display: inline-block;
  font-family: 'Pacifico';
  font-size: 28px;
  color: #adcce8;
  line-height: 30px;
  vertical-align: middle;
  margin-bottom: 10px;
}
.logo {
  font-family: Pacifico;
  font-size: 50px;
}
