body {
  background: black;
  color: white;
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
  /* font-family: 'Otomanopee One', sans-serif; */
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  display: grid;
  justify-items: left;
  align-content: center;
  padding-left: 200px;
}
#colorSel {
  display: none;
}
#colorSelText,
#colorName {
  font-style: italic;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
