* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

body {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255) !important;
}

#content {
  /* font-size: 0.5rem; */
  font-size: 2rem;
  color: antiquewhite;
  /* font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; */
  letter-spacing: 5px;
  line-height: 100px;
  font-weight: 100;
  border: 3px white dotted;
}

p#content span {
  font-weight: 900;
  font-style: italic;
  border: 3px white solid;
}

button.btn {
  padding: 10px;
  margin: 20px;
  border: black solid 2px;
  border-radius: 10px;
}

button.yes {
  background-color: rgb(13, 224, 13);
  font-weight: bolder;
  color: white !important;
  box-shadow: 3px 4px 20px 0px rgba(30, 223, 8, 0.61);
}

button.no {
  background-color: red;
  box-shadow: 3px 4px 20px 0px rgba(223, 8, 8, 0.61);
}

div.btns {
  background-color: white;
  width: fit-content;
  height: fit-content;
  margin: 20px 10px 5px 0px;
  padding: 25px;
}
