#winners *{
    overflow: visible;
    user-select: none;
}

#winners .columnmain {
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#winners .titlebar {
  overflow-x: hidden;
  width: 100vw;
  position: fixed;
  display: grid;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 100;
  height: 12vh;
  background-color: rgba(24, 44, 97,.9);
}

#winners .titlebar a {
  text-decoration: none;
  font-size: calc(28px + .4rem);
  font-weight: bold;
  padding: 40px;
  margin-right: 200px;
  float: right;
  color: white;
  font-family: 'Rowdies', cursive;
  overflow-y: hidden;
}

#winners .winnermain {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  background-color: #42378f;
  background-image: linear-gradient(315deg, #42378f 0%, #f53844 74%);
  background-size: cover;
}

#shotranking, #correctRanking {
  display: flex;
  width: auto;
  font-size: 1.5rem;
  color: white;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#correctRanking {
  display: none;
}

.rankingrow {
  min-width: 30vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid white;
  border-radius: 50px;
  padding: 15px;
  margin: 5px;
}

.lead {
  background-color: white;
  color: #130f40;
  font-size: 1.5rem;
}

.rankingItem {
  width: 50%;
  text-align: center;
  font-family: 'Rowdies', cursive;
  display: flex;
  align-items: center;
  justify-content: center;
}

.smallimg {
  height: 50px;
  width: auto;
  min-width: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#winnerscreenCountdown {
  width: 20vw;
  height: auto;
  font-size: 22px;
  text-align: center;
  margin-top: 3%;
  color: white;
  font-family: 'Rowdies', cursive;
}

.winnermain h1 {
  color: white;
  font-family: 'Rowdies', cursive;
  font-size: 2.6rem;
}

.navButtons {
  position: absolute;
  top: 0px;
  width: 100vw;
  height: 10vh;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 10vw;
}

.navButtons  button {
  padding: 15px;
  margin: 1rem;
  border: none;
  background-color: rgba(255, 0, 0, 0.0);
  font-family: 'Rowdies', cursive;
  font-size: 1.5rem;
  color: white;
  cursor: pointer;
}
