body {
  color: white;
  background-color:black;
  font-family: "Courier New", 'Courier New', Courier, monospace;
}

.input {
  display: flex;
  justify-content: space-between;
}

.stylize {
  background-color: #1f9400;
  margin: 10px;
}

.compatible {
  background-color: #f2a400;
}

.hs {
  font-family: "Courier New", 'Courier New', Courier, monospace;
  font-weight: bold;
}

.slider {
  accent-color: #f2a400;
}

/* US  */

.dirk {
  color: #f2a400;
}
.jake {
  color: #1f9400;
}

/* ASPECTS  */

.heart {
  color: #bd1864;
  text-decoration: underline;
}
/*technically the background colour but hope just be like that fr*/
.hope {
  color: #FFE094;
  text-decoration: underline;
}