html, body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  font-family: Roboto;
}
.main-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-image: url("/images/pametnika.jpg");
  background-size: cover;
}
.white-bold-text {
  color: white;
  text-align: center;
  font-weight: bold;
  text-stroke-width: 1px;
  text-stroke-color: black;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
.total-count {
  display: flex;
  flex-direction: column;
  flex-basis: 25%;
  justify-content: center;
  align-items: center;
}
.total-count div:nth-of-type(1) {
  color: white;
  font-size: 55pt;
}
.total-count div:nth-of-type(2) {
  color: white;
  font-size: 30pt;
}
.players {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-basis: 75%;
  justify-content: space-evenly;
  align-items: center;
  overflow: scroll;
}
.player {
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 5px;
  align-self: center;
  padding: 20px 20px;
  margin: 5px;
  justify-content: center;
  text-align: center;
  width: 190px;
}
.player div {
  margin-top: 10px;
}
.player a {
  margin-top: 10px;
}
.image img{
  border: 1px solid;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.name {
  font-weight: bold;
  font-size: 25pt;
}
.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  flex-direction: row;
  padding-right: 20px;
}
.menu div {
  width: 80px;
  height: 80px;
  margin: 20px 0px 0px 20px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
}
.menu div img {
  margin-left: 15px;
  margin-top: 15px;
  width: 50px;
  height: 50px;
  cursor: pointer:
}
.title {
  font-size: 40pt;
}
.count {
  margin-top: 20px;
  font-size: 35pt;
}
.count div:nth-of-type(2) {
  font-size: 30pt;
}
.points {
  font-size: 14pt;
}
.points span {
  font-weight: bold;
}
.last {
  margin-top: 5px !important;
}
.last span {
  font-weight: bold;
}
.player-history {
  background-color: green;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  padding: 5px 0px;
  text-decoration: none;
}
.points-container {
  display: flex;
  flex-direction: column;
  padding: 50px 0px;
  margin: 20px 0 0 0;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
}
.points-container span {
  font-size: 40pt;
}
.button-points {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
}
.button-points button {
  background-color: rgba(255, 255, 255);
  color: green;
  border: 1px solid black;
  font-weight: bold;
  font-size: 20pt;
  width: 200px;
  padding: 15px 10px;
  border-radius: 5px;
  cursor: pointer;
}
.points-holder {
  text-align: center;
}
.points-holder #points {
  width: 200px;
}
.points-holder #date {
  width: 400px;
}
.points-holder button {
}
.points-holder select {
  font-size: 40pt;
  border: none;
  border-radius: 5px;
  margin-top: 50px;
  text-align: center;
  font-family: Roboto;
}
.error {
  color: red;
  background-color: rgba(255, 255, 255, 0.85);
  font-size: 35pt;
  text-stroke-width: 1px;
  text-stroke-color: black;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
.message {
  color: green;
  background-color: rgba(255, 255, 255, 0.85);
  font-size: 35pt;
  text-stroke-width: 1px;
  text-stroke-color: black;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
.login-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.login-container form {
  padding: 0 20px 20px 20px;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.large-input {
  font-size: 40pt;
  border: none;
  border-radius: 5px;
  margin-top: 50px;
  text-align: center;
  font-family: Roboto;
}
.green-button {
  background-color: green;
  color: white;
  font-weight: bold;
  font-size: 20pt;
  width: 250px;
  border: 0px;
  border-radius: 5px;
  padding: 25px 20px;
  cursor: pointer;
  margin-top: 40px;
}
.log {
  display: flex;
  height: 100%;
  align-items: center;
  flex-direction: column;
  padding: 20px 0;
  overflow: hidden;
}
.log div:nth-of-type(1) {
  font-size: 35pt;
}
.log div:nth-of-type(2) {
  overflow: scroll;
  flex-grow: 1;
  margin-top: 20px;
}
.sports {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-items: center;
}
.sports a img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid;
  padding: 5px;
}
.sports a {
  display: flex;
  flex-direction: row;
  width: 150px;
  margin: 20px;
  cursor: pointer;
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  justify-content: center;
  text-decoration: none;
}
ul {
  width: 500px;
  margin-block-start: 0;
  margin-block-end: 0;
  padding: 20px 50px;
  font-size: 20pt;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.85);
}
.stats {
  border-bottom: 1px solid;
  font-weight: bold;
}