
@import url(https://cdn5.onboard.org/assets/imlauer/fonts/fonts.css);

*, ::after, ::before { box-sizing: border-box; }

body {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: bold;
}

.link-container {
  text-align: center;
  margin-bottom: 32px;
}

.link {
  font-size: 18px;
  color: black;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}

.link-selected {
  color: #008ab4;
}

.link:hover {
  color: #008ab4;
  cursor: pointer;
}

.pipe-after::after {
  content: "|";
  color: #474747;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 18px;
}
