@media only screen and (max-width: 768px) {
  width: 100%;
}

.d-none {
  display: none;
}

body {
  background-color: #000000!important;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
}

.container {
  background-color: #000000;
  margin-left: 30px;
  margin-right: 30px;
}

img {
  width: 100%;
  height: auto;
}

p {
  font-family: sans-serif;
}

li {
  font-family: sans-serif;
}

h2 {
  font-family: modesto-text,serif;
  font-weight: 600;
  font-style: normal;
  font-size:7.3vw;
  color: #171717;
  letter-spacing: 0px;
}


#leaderboard {
  text-align: center;
  margin-top: 25px;
  padding-bottom: 25px;
}

h3 {
  font-family: comic-serif-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  margin:10px 0;
}

#legal {
  margin-top: 40px;
}

/* Top 3 Female Layout */

#top3-wrapperfemale {
  display: flex;
  width: 100%;
}

#top3-wrapperfemale div {
  flex-basis: 100%;
  min-width: 33%;
  text-align: center;
  padding: 2%;
  box-sizing: border-box;
}

#top3-wrapperfemale div img {
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-style: solid;
  border-width: 6px;
  border-color: ##FF6FAE;
}

#top3-wrapperfemale div p {
  margin: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* Top 3 Male Layout */

#top3-wrappermale {
  display: flex;
  width: 100%;
}

#top3-wrappermale div {
  flex-basis: 100%;
  min-width: 33%;
  text-align: center;
  padding: 2%;
  box-sizing: border-box;
}

#top3-wrappermale div img {
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-style: solid;
  border-width: 6px;
  border-color: ##54C6BD;
}

#top3-wrappermale div p {
  margin: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
