/** {
    font-family: 'Verdana', 'Tahoma';
}
*/
 html, body {
     margin: 0px;
     padding: 0px;
     background:black;
     font-family: 'Sen', sans-serif;
     width: 100%;
     height: 100%;
     max-width: 100%;
}
 #wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: 100%;
}
 .site {
   width: 100%;
   max-width: 100%;
}


.spacer_small30 {
    width: 100%;
    height: 30px;
  }
  
  .spacer_small20 {
    width: 100%;
    height: 20px;
  }
  
  .spacer_small10 {
    width: 100%;
    height: 10px;
  }
  
  .spacer_small5 {
    width: 100%;
    height: 5px;
  }

#logo {
    color: yellow;
    font-size: 120px;
    font-weight: bold;
    text-align: center;
}

#logo img {
    width: 600px;
}

#player_container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
}

.player_item {
    margin-right: 15px;
    margin-bottom: 15px;
    max-width: 100%;
}

.player_item_img img{
    border: solid white;
    border-width: 5px 5px 5px 5px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 200px;
    height: 200px;
}

.player_item_nickname {
    color: #e843d2;
    font-size: 20px;
    text-align: center;
}

.player_item_groups {
    color: white;
}

.player_item_groups_head {
    color: white;
    font-size: 10px;
    text-align: center;
    width: 100%;
}