* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, sans-serif !important;
  line-height: 1.6 !important;
  color: #ffffff !important;
  background-color: rgb(35 29 38 / 1) !important;
}

body main {
  background-color: rgb(35 29 38 / 1) !important;
}

.ranks_section {
  padding-top: 60px;
}