body {
  font-family: sans-serif;
  background-color: #06002d;
  color: #88fc6d;
}

svg {
  width: 100%;
  height: 400px;
}

h1 {
  text-align: center;
}

h2 {
  text-align: center;
  margin-top: 40px;
}

h3 {
  margin-bottom: 1rem;
}

hr {
  background: #88fc6d;
  margin: 60px;
}

.subtitle {
  font-style: italic;
  text-align: center;
  margin-bottom: 20px;
}

.main {
  padding: 10vh 0;
}



.graph {
  border-radius: 4px;
  background-color: white;
  margin: 0 auto;
  -webkit-box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.75);
}

.ven-diagram {
  width: 100%;
  height: 400px;
}
