.player_color {
  width: 160px;
  height: 51px;
  object-fit: contain;
  display: flex;
  justify-content: center;
  align-content: center;
  align-self: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 24px;
}

.legal-copy-3 {
  width: 552px;
  height: 20px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.27px;
  text-align: center;
  color: #212121;
}
.ic_file_download_c {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin: 0 8px 0 0;
}

.download-text {
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.25px;
  color: #1976d2;
  width: fit-content;
  margin: 0 0 0 8px;
}

.download-table {
  width: 320px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0 auto; 
}

.download-row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  margin: 0 auto;
}

.footer-bar {
  width: 900px;
  height: 0px;
  border: solid 0.7px #979797;
}

.legal {
  width: 577px;
  height: 16px;
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #212121;
  padding-top: 16px;
  white-space: nowrap;
}

.copyright {
  width: 600px;
  height: 16px;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #212121;
  padding-top: 8px;
}

.center-me {
  display: flex;
  justify-content: center;
  align-self: center;
  justify-self: center;
  align-items: center;
  margin: auto;
}

.button-container {
  display: flex;
  justify-content: center;
  align-self: center;
  justify-self: center;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.styled-button {
  border: 0;
  cursor: pointer;
  margin: 0;
  outline: 0;
  position: relative;
  user-select: none;
  border-radius: 0;
  vertical-align: middle;
  -moz-appearance: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 14px;
  color: #1976d2;
  font-family: Arial;
}

.styled-translate-text {
  font-size: 14px;
  font-family: Arial;
}

.styled-button:hover {
  text-decoration: underline;
}
