.PlayerStatTables {
  background-color: #ffffff;
  box-shadow: 1px 1px 5px grey;
  padding-top: 0px;
  padding-bottom: 8px;
}

.loginform {
  display: flex;
  justify-content: center;
  align-items: center;
}

.titles {
  padding-top: 10px;
}

.buttons {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 5px;
  display: inline-block;

}

.errors {
  text-align: center;
}
