html,
body {
  height: 100%;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

img,
svg {
  height: 32px;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #659FD1;
}

a {
  font-weight: bold;
  color: #fafafb;
  font-size: 35px;
}

a:hover {
  color: #333;
}

.card {
  height: 50%;
  background: #181818;
  color: #333;
}

#player1 {
  transform: rotate(180deg);
}

.card-header {
  background-color: #181818;
  color: #333;
  box-shadow: none;
}

.card-footer {
  position: absolute;
  bottom: 115px;
  left: 0px;
  width: 100%;
  border: none;
}

.card-footer-item {
  border: none;
  padding: 0px;
}

.card-footer-item:not(:last-child) {
  border: none;
}

#player1 .duellistName,
#player1 .changeLifePoints,
#player1 ::placeholder {
  color: #EE5C5D;
}

.duellistName {
  padding: 0.7em;
  margin-top: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  background-color: #181818;
  color: #659FD1;
  border: none;
  text-align: center;
  font-size: 1.3em;
}

.duellistName:focus {
  outline: none;
}

.lifePoints {
  font-weight: bold;
  font-size: 6em;
  text-align: center;
  color: #fafafb;
}

@media only screen and (max-height: 670px) {
  .lifePoints {
    font-size: 4em;
  }
}

@media only screen and (max-height: 650px) {
  .lifePoints {
    font-size: 3em;
  }
}

@media only screen and (max-height: 568px) {
  .lifePoints {
    font-size: 1em;
  }
}

.changeLifePoints {
  border-radius: 10px;
  background: #282828;
  width: calc(100% - 10px);
  height: 50px;
  color: #659FD1;
  font-size: 2em;
  text-align: center;
}

.changeLifePoints:focus {
  outline: none;
}

.menu {
  position: fixed;
  bottom: 35px;
  width: 100%;
}

.menu .card-footer {
  position: inherit;
  width: 300px;
  bottom: 35px;
  background-color: #282828;
  margin-left: calc(50% - 150px);
  padding: 10px;
  border-radius: 10px;
}

.menuIcon {
  color: #EE5C5D;
  background-color: #282828;
  border: none;
  width: 25%;
  font-size: 1.2em;
  text-align: center;
}

.menuIcon:focus {
  outline: none;
}

button svg {
  margin-left: auto;
  margin-right: auto;
}

audio {
  visibility: hidden;
  height: 0px;
  width: 0px;
}
