.logo-container {
  width: 900px;
  padding-left: 15px;
  margin: auto;
}
.logo {
  width: 200px;
  margin: auto;
}
.completed {
  color: #99d98c;
}
.progress {
  color: #abd6df;
}
.no-start {
  color: #ebebeb;
}
.legend {
  font-size: 36px;
  font-weight: 900;
  font-family: verdana;
  width: 600px;
  border: 2px solid black;
  outline: #0092d7 solid 10px;
  padding: 20px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}
#chart_div {
  height: 500px;
}
#chart_div,
.context {
  width: 900px;
  margin: auto;
  min-width: fit-content;
  text-align: center;
}
.context {
  width: 881px;
  color: #fff;
  background-color: #0000004d;
  padding-bottom: 50px;
  padding-top: 20px;
  border: 0px solid #c3c3c333;
  /* border-radius: 9px; */
}
.context button {
  margin: 20px 5px 0px auto;
}
.tooltip {
  font-family: Courier;
  background: #eee;
  width: 400px;
  padding: 10px;
  border-style: solid;
}

.tooltip h2 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
body {
  background-color: #282828;
  opacity: 1;
  background-image: linear-gradient(#2f2f2f 1.5px, transparent 1.5px),
    linear-gradient(to right, #2f2f2f 1.5px, #282828 1.5px);
  background-size: 30px 30px;
}

/* CSS */
.button-7 {
  background-color: #0095ff;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, system-ui, "Segoe UI", "Liberation Sans",
    sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15385;
  margin: 0;
  outline: none;
  padding: 8px 0.8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
}

.button-7:hover,
.button-7:focus {
  background-color: #07c;
}

.button-7:focus {
  box-shadow: 0 0 0 4px rgba(0, 149, 255, 0.15);
}

.button-7:active {
  background-color: #0064bd;
  box-shadow: none;
}
