.viewplayer {
  background-color: #5e43f3;
  font-weight: bold;
}
body {
    background-color: #242526;
    color: white;
}
.header-title {
    text-align: center;
    background-color: #121212;
}
.leaderboard {
    background-color: lightslategray;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
a:link {
    color: White;
    background-color: transparent;
    text-decoration: none;
}
  
a:visited {
  color: White;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
.tableHeader {
  text-align: center;
  position: relative;
}
.main {
  margin: 30px 50px 30px 50px;
}
.sitelinks {
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}
.submitButton {
  position: absolute;
  top: 20px;
  right: 3px;
}
.reportButton {
  bottom: 5px;
}
.siteBottom {
  text-align: center;
}
.viewform {
  text-align: center;
}
h3 {
  text-align: center;
}