.final-standing {
  background-image: url(../img/game-jam-min.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: fixed;
  min-height: 100vh;
  padding: 13vh 0 7vh 0;
}

.standing-heading {
  font-size: 72px;
  text-align: center;
}

.standing-content {
  max-width: 1000px;
  margin: auto;
  padding: 0 40px;
}

/* every section */
.winner-subsection {
  margin: 75px 0;
}

.standing-subhead {
  font-size: 64px;
  text-align: center;
  margin: 0;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 8px;
}

th,
td {
  padding: 10px;
  background: rgba(255, 65, 65, 0.2);
  border: 2.10731px solid #ff000063;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  word-wrap: break-word;
}

thead th {
  font-size: 20px;
  font-weight: 700;
  background: rgba(255, 65, 65, 0.2);
  border: 2.10731px solid red;
}

.col1 {
  width: 25%;
}

@media only screen and (max-width: 460px) {
  .standing-heading {
    font-size: 60px;
  }
  .standing-content {
    padding: 0 15px;
  }
  th,
  td {
    font-size: 12px;
  }
  thead th {
    font-size: 15px;
  }
  .winner-subsection {
    margin: 30px 0;
  }
  .standing-subhead {
    margin: 0;
  }
}

@media only screen and (max-width: 530px){
  .col3{
    font-size: 10px;
    padding: 10px 5px;
  }
}
