﻿body {
  background-color: #f3f4f6;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

.container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
}

h2 {
  color: #1f2937;
  margin: 0 0 10px;
  text-align: center;
}

h3 {
  color: #1f2937;
  margin: 20px 0 10px;
  text-align: center;
}

.stats-table {
  border-collapse: collapse;
  width: 100%;
  max-width: 400px;
  margin: 0 auto !important;
  display: table !important;
  box-sizing: border-box;
}

  .stats-table th,
  .stats-table td {
    border: 0.5px solid #000;
    padding: 8px;
    text-align: center;
    width: 50%;
  }

  .stats-table th {
    background-color: #e5e7eb;
  }

p {
  color: #4b5563;
  line-height: 1.5;
  margin: 10px 0;
  text-align: center;
}

a {
  color: #2563eb;
  text-decoration: none;
}

.logo {
  max-width: 150px;
  height: auto;
}

.table-wrapper {
  margin-bottom: 20px;
  text-align: center;
}
