html, body, .container, .row, .col {
  overflow-x: hidden !important;
  max-width: 100% !important;
}

body {
  scroll-snap-type: y proximity;
  /* Reserve space for header plus some extra space for sneak peeking. */
  scroll-padding-top: 15vh;
  overflow-y: scroll;
}

.container {
  scroll-snap-align: start;
}


#link {
  font-family: monospace;
  position: absolute;
  x: 200%;
}

.square,
.circle {
  pointer-events: none;
  position: relative;
  width: 28px;
  height: 28px;
  margin: 1px;
  background-color: red;
  font-size: 14px;
}

.circle {
  border-radius: 50%;
}

.small {
  height: 18px;
  width: 18px;
}

.titillium {
  font-family: 'Titillium Web', sans-serif;
}

.ubuntu {
  font-family: 'Ubuntu', sans-serif;
}

.big-number {
  display: inline;
  font-size: 24px;
}

.big-txt p {
  font-size: 18px;
}

p {
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
}