body {
  background-color: black;
  color: white;
  font-family: Sans-serif;
}

.title {
  text-align: center; 
}

.small {
  font-size: 6pt;
}

.card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  max-height: 500px;
  width: 100%;
  height: 100%;
  border: 5px solid white;
  border-radius: 3px;
  padding: 10px;
}
