body,
html {
  height: 100%;
}

body {
  margin: 0;
  font-family: "Montserrat";
  background: #220954;
}

svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.wrapper nav {
  width: 20%;
  float: right;
  background-color: #5923c6;
  height: calc(100vh -4em);
  font-size: 1.4em;
  line-height: 1.5em;
  color: white;
  padding: 2em;
  -webkit-clip-path: url("#clipPath");
          clip-path: url("#clipPath");
}

.wrapper ul {
  list-style-type: none;
  padding: 0;
}

.wrapper ul li a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 1em 0;
  font-weight: bold;
}

.wrapper ul p {
  color: #946be7;
}

h1 {
  color: white;
  margin: 2em;
  font-size: 5em;
  position: absolute;
  top: 0;
  left: 0;
}

button {
  position: absolute;
  top: 0;
  right: 20;
  margin: 2em;
  font-size: 1.4em;
  background: none;
  border: 3px solid purple;
  color: white;
  padding: 1em;
  cursor: pointer;
  outline: none;
}

button:hover {
  background: rgba(0, 0, 0, 0.1);
}

circle {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
/*# sourceMappingURL=main.css.map */