.subText {
  color:rgb(100, 100, 100);
  font-size:15px;
  white-space: pre-wrap;
}
body {
  background-color:rgb(55, 55, 55);
  color: black;
  font-family: Verdana;
}

.close-btn {
  display:inline;
}
.close-btn::before {
  content: "\B7";
  color: #999;
}