@import url("https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&family=Bebas+Neue&display=swap");

body {
  font-family: "Geist", "Source Sans Pro", arial, helvetica, sans-serif;
  padding-bottom: 50px;
  background: #0d353b;
  color: #ffffff99;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.primary {
  color: #5ba300;
}
.secondary {
  color: #009eb0;
}
.assess {
  color: #e0864a;
}
.abandon {
  color: #f63d3d;
}

h1,
h2,
h3,
p,
text,
select {
  font-family: "Geist", "Source Sans Pro", arial, helvetica, sans-serif;
}

h1 {
  font-family: "Bebas Neue", "Geist", "Source Sans Pro", arial, helvetica,
    sans-serif;
  color: #e5e7eb;
  margin-bottom: 30px;
  font-size: 48px;
  margin-top: 10px;
}

select {
  font-size: 18px;
  margin-bottom: 20px;
}

h3 {
  margin-top: 50px;
  color: #cfd186;
}

li {
  margin: 25px 50px 0 0;
}

table {
  width: 1400px;
  margin: 0 50px 0 50px;
}

td {
  width: 50%;
  vertical-align: top;
  padding-right: 60px;
}

a {
  color: #ff6601;
}

.hover-underline {
  text-decoration: none;
}
.hover-underline:hover {
  text-decoration: underline;
}

.legend-item text {
  fill: #c1c1c1;
}

.legend-item.highlighted text {
  fill: #ff6601;
}

.radar {
  border-top: 2px solid rgb(207, 209, 134);
  border-bottom: 2px solid rgb(207, 209, 134);
  padding: 40px;
}
