@import url("https://fonts.googleapis.com/css?family=Inter:100,200,400,900");
a.white-mode, a.white-mode:link, a.white-mode:visited, a.white-mode:active {
  position: fixed;
  font-family: "Inter";
  transform: rotate(-90deg);
  transform-origin: 0 0;
  left: 40px;
  bottom: 0px;
  font-size: 12px;
  text-decoration: none;
  background: #f7f7f7;
  padding: 4px 8px;
  z-index: 10;
  color: #3B425A;
}
a.white-mode:hover, a.white-mode:link:hover, a.white-mode:visited:hover, a.white-mode:active:hover {
  background: #7B46FE;
  color: #FDFA75;
}

body {
  background: #32384f;
  padding: 0;
  margin: 0;
  color: #FFF;
}

h1 {
  font-size: 56px;
  font-weight: 400;
  color: #7045ff;
  position: relative;
}
h1:after {
  content: "";
  padding-bottom: 30px;
  display: block;
  border-bottom: 1px solid #464c63;
  width: 60%;
}

h2 {
  font-size: 36px;
  font-weight: 100;
  color: #83ffe1;
  position: relative;
}

img {
  max-width: 100%;
}

.indicator {
  margin: 0;
  padding: 0;
  list-style: none;
  position: fixed;
  left: 100px;
  top: 5%;
  width: 1px;
  height: 90%;
  background: #464c63;
}
.indicator .bar {
  position: absolute;
  width: 1px;
  background-color: #fcf769;
  top: 0;
  left: 0;
  z-index: 0;
}

.container {
  padding-left: 200px;
}

section {
  border-top: 2px solid #fcf769;
  padding: 20px;
  font-size: 16px;
  font-weight: 200;
  font-family: "Inter";
}

p {
  line-height: 2;
}

.node {
  position: absolute;
  width: 3px;
  height: 3px;
  background: #FFF;
  left: -1px;
  z-index: 1;
  cursor: pointer;
  border-radius: 3px;
}
.node:hover {
  background: #46ffdd;
}
.node:hover span {
  opacity: 1;
}
.node:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  left: -3px;
  top: -3px;
}
.node span {
  transition: all 0.4s ease-out;
  text-transform: uppercase;
  right: 4px;
  top: -16px;
  color: #FFFFFF;
  position: absolute;
  padding: 10px;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 200;
  font-family: "Inter";
  opacity: 0;
}
