body.puzzlebang-root {
  background-color: #242424;
}

.card {
  background-color: #333333;
  color: #f0f0f0;
  box-shadow: 0 0 0 8px #333333, 0 0 0 10px #f0f0f0, inset 0 0 0 8px #333333, inset 0 0 0 10px #f0f0f0;
  border: 2px dashed #f0f0f0;
  border-radius: 60px;
  padding: 60px;
  margin: 20px;
}
