.btn:hover {
  background-color: black;
  padding: 5px 25px 5px 25px;
  border-radius: 25px;
  color: white;
  text-decoration: none;
}

.btn {
  background-color: white;
  border: solid 2px black;
  padding: 5px 25px 5px 25px;
  border-radius: 25px;
  color: black;
  text-decoration: none;
}

button {
  background-color: white;
  border: solid 2px black;
  padding: 5px 25px 5px 25px;
  border-radius: 25px;
  color: black;
  text-decoration: none;
}

button:hover {
  background-color: black;
  padding: 5px 25px 5px 25px;
  border-radius: 25px;
  color: white;
  text-decoration: none;
}


.header {
  display: flex;
  justify-content: space-between;
  margin: 20px 50px 0px 50px;
}

.footer {
  position: fixed;
  height: 50px;
  bottom: 20px;
  left: 50px;
  right: 50px;
  margin-bottom: 0px;
}

.social-links {
  font-family: Font Awesome 5 Brands;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 41px;
  text-align: center;
  color: #000000;
}

.credits {
  font-family: Font Awesome 5 Brands;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #000000;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-align: center;
  margin-bottom: 50px;
}

h1 {
  margin: 0 0 20px 0;
  font-size: 26pt;
}

input {
  padding: 5px 5px 5px 5px;
  border-radius: 20px;
  border: solid black 1.5px;
  text-decoration: none;
  text-align: center;

}

.container {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-60%);
}

.fab {
  color: #000000;
  text-decoration: none;
  transform: scale(60%);
}

.social-links {
  text-align: right;
}

.player-wrapper {
  left: 0; 
  width: 100%; 
  height: 0; 
  position: relative; 
  padding-bottom: 30%;
  max-width: 50%;
}

.player {
  border: 0; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  position: absolute;
}

.parent {
  display: flex;
  margin: 200px;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.end-stat {
  text-align: center;
}

/* For Firefox */
input[type='number'] {
  -moz-appearance:textfield;
}

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.detail-wrapper {
  margin: 20px 0 20px 0;
}

.a-false {
  color: red;
  padding: 5px 0 5px 0;
  vertical-align: middle;
}

.a-true {
  padding: 5px 0 5px 0;
  vertical-align: middle;
}