body {
  background-color: #dcdcdc;
  font-family: 'Courier New', monospace;
  margin: 0;
  padding: 20px;
  color: #000;
}

.showdown-wrapper {
  max-width: 900px;
  margin: auto;
  background: #f0f0f0;
  border: 2px solid #000;
  box-shadow: 4px 4px 0px #808080;
  padding: 20px;
}

.showdown-header {
  background: navy;
  color: white;
  padding: 10px;
  text-align: center;
  border-bottom: 2px solid black;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

.replay-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.replay-table th, .replay-table td {
  border: 1px solid #000;
  padding: 8px;
  text-align: center;
}

.replay-table th {
  background: #c0c0c0;
}

.replay-table tr:nth-child(even) {
  background: #e6e6e6;
}

.replay-table a {
  color: #0000cc;
  text-decoration: none;
}

.replay-table a:hover {
  text-decoration: underline;
}

.back-link {
  text-align: center;
  margin-top: 15px;
}
