.svg-holder {
  width: 100%;
  height: 100vh;
  background-color: #EDEDED;
}

.hidden {
  display: none;
}

ul {
  z-index: 1;
  position: absolute;
  left: 40px;
  top: 20px;
}

a {
  font-family: sans-serif;
  font-size: 28px;
  color: black;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
a.active {
  color: #FF1CAE;
}
a:hover {
  color: red;
}
