body {
    height: 100vh;
    min-height: 100%;
    margin: 0;
    color: white;
    overflow: hidden;
}

#content {
    display: grid;
    height: 100%;
    grid-template-columns: auto auto;
}

.player {
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(2rem, 10vw, 12rem);
    background-repeat: no-repeat;
    background-position: auto center;
    background-size: cover;
    text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
        1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

.playerLife {
    /* font-size: clamp(2rem, 14vw, 10vw ); */
    font-size: 22vh;
    background: transparent;
    border: none;
    z-index: 4;
    width: 2ch;
    text-align: center;
    overflow: visible;
    white-space: nowrap;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 800;
    text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
        1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
    appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.button {
    position: absolute;
    background: transparent;
    border: none;
    font-size: clamp(2rem, 10vw, 8rem);
    color: white;
    text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
        1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

.plusLife, .plusCD {
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
}

.plusLife:active, .plusCD:active {
    background-color: rgba(3, 201, 0, 0.3);
}

.minusLife, .minusCD {
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
}

.minusLife:active, .minusCD:active {
    background-color: rgba(255, 0, 0, 0.3);
}

.damage{
    /* font-size: clamp(2rem, 14vw, 10vw ); */
    font-size: 22vh;
    background: transparent;
    border: none;
    z-index: 4;
    width: 2ch;
    text-align: center;
    overflow: visible;
    white-space: nowrap;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 800;
    text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
        1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
    appearance:         textfield;
}

.playerName {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: none;
    font-size: clamp(2rem, 10vw, 3rem);
    z-index: 2;
    text-align: right;
    color: white;
    font-size:5vh;
    width: 50%;
}

.displayPlayerSet {
    font-size: 5vh;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background: transparent;
    border: none;
    z-index: 11;
    text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
        1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

.color {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  width: 5vh;
  height: 5vh;
  border: none;
  cursor: pointer;
}
.color::-webkit-color-swatch {
  border-radius: 50%;
  border: 7px solid #000000;
}
.color::-moz-color-swatch {
  border-radius: 50%;
  border: 7px solid #000000;
}

.setDispArt {
    z-index: 11;
}

.playerSettings {
    background-color: rgba(125, 125, 125, 0.9);
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
    white-space: nowrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.artworkForm {
    display:flex;
    flex-direction: row;
}

.artworkLabel {
    font-size: 2vh;
}

.displayCD {
    font-size: 5vh;
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: transparent;
    border: none;
    z-index: 16;
    text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
        1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

.commanderDamage {
    background-color: rgb(0, 0, 0);
    z-index: 15;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    white-space: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.closeArtwork {
    z-index: 20;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.artwork {
    background-color: rgba(125, 125, 125, 0.9);
    z-index: 15;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    overflow: auto;
    white-space: nowrap;
}

#settings {
    background-color: rgba(125, 125, 125, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 18;
}

#settingsDisplay {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 19;
}

.thumb {
    display: inline-block;
    height: 90%;
    width: 90%;
    margin: 1%;
    background-repeat: no-repeat;
    background-position: auto center;
    background-size: cover;
}