h1 {
  text-decoration: underline;
}

.background {
  background-color: black;
  width: fit-content;
}

/*
  unless player has started
*/

.custom-title {
  display: block;
  position: relative;
  font-size: 18px;
  color: black;
  background-color: yellow;
  margin: 4px;
  width: fit-content;
  min-height: 24px;

}
