body {
  background-color: #121212;
  color: #eee;
  font-family: 'nexa', sans-serif;
  margin: 0;
  padding: 0 1rem;
}

.content-wrapper {
  max-width: 1000px;
  margin: 7rem auto 4rem;
  padding: 1rem;
  background: #F08C50;
  border-radius: 15px;
  box-shadow: 0 0 30px white;
}

h1, h2, h3 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: white;
  text-shadow: 1px 1px 4px #b7b7b7;
}

.winner-section img,
.runner-up img {
  max-width: 100%;
  border-radius: 12px;
  margin-top: 0.5rem;
  box-shadow: 0 0 15px #FFB366;
  display: block;
}

.winner-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.tnr-img {
  height: 100vh;
  max-height: 100vh;
  width: auto;
  max-width: auto;
  min-width: max-content;
}

.runner-ups {
  display: flex;
  gap: 1rem;
  margin: 2rem 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

.runner-up {
  flex: 1 1 48%;
}

.score-table {
  margin-top: 2rem;
}

.score-table tbody td {
  color:black
}

.score-table table {
  width: 100%;
  border-collapse: collapse;
  background: #FFE6B4;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px #0008 inset;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.score-table th, .score-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid #444;
  font-size: 1rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.score-table th {
  background: #FFB366;
  color: #fff;
  font-weight: 700;
}

.score-table tbody tr:hover {
  background-color: #FFB366;
}

.thanks-message {
  margin-top: 3rem;
  font-size: 1.2rem;
  text-align: center;
  color: white;
  font-weight: 600;
  text-shadow: 1px 1px 3px #b7b7b7;
}
