body {
  font-family: 'Arial Narrow', monospace;
  min-height: 854px;
  background-image: url('https://www.alura.com.br/assets/img/imersoes/dev-2021/dia-07-super-trunfo-bg.png');
  background-color: #000000;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 20vh;
}

.page-logo {
  max-height: 300px;
}

.container {
  text-align: center;
  padding: 20px;
}

.page-title {
  color: #ffffff;
  margin: 5px 0;
  font-weight: bold;
  font-style: italic;
  -webkit-text-stroke-width: 1.2px;
  -webkit-text-stroke-color: red;
}

#placar {
  box-sizing: border-box;
  width: 250px;
  height: 170px;
  padding: 2px 4px;
  margin: 20px auto;
  border-radius: 5px;
  border-style: double;
  border-color: red;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  font-style: italic;
  -webkit-text-stroke-width: 1.2px;
  -webkit-text-stroke-color: red;
  text-transform: uppercase;
}

#placar td {
  text-align: start;
}

button,
.button-jogar {
  padding: 0.8rem 1.5rem;
  margin: 1rem 0;
  border-radius: 5px;
  border-style: double;
  border-color: red;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  font-style: italic;
  -webkit-text-stroke-width: 1.2px;
  -webkit-text-stroke-color: red;
  text-transform: uppercase;
}

h2 {
  font-family: 'Comic Neue', cursive;
  font-size: 2rem;
  font-weight: bold;
  font-style: italic;
  color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  letter-spacing: 2px;
}

#carta-jogador,
#carta-oponente {
  width: 360px;
  height: 500px;
  overflow: auto;
  border-radius: 10px;
  margin-bottom: 20px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  position: relative;
  background-size: 350px 300px;
  background-repeat: no-repeat;
  background-position-x: 5px;
  background-position-y: 10px;
  border-radius: 33px;
}

#carta-jogador h3 {
  text-align: center;
}

.carta-imagem {
  border: 1px solid black;
  height: 100px;
  margin: 10px;
}

.carta-imagem img {
  width: 100%;
  height: 100%;
}

.carta-status {
  height: 160px;
  margin: 2rem;
  color: white;
  z-index: 2;
}

.carta-status input {
  margin: 20px 10px;
}

label:hover {
  color: black;
  cursor: pointer;
  -webkit-text-stroke-width: 1.2px;
  -webkit-text-stroke-color: white;
}

.resultado-final {
  color: white;
  font-size: 2rem;
  text-transform: uppercase;
  font-weigth: bolder;
  padding: 1rem;
  border: 2px solid black;
  background-color: black;
}

.--spacing {
  margin-left: 2.5rem;
}

form {
  display: flex;
  flex-direction: column;
}

.wrapper {
  display: flex;
  justify-content: space-evenly;
  gap: 40px;
  width: 100%;
}

.carta-subtitle {
  z-index: 2;
  position: absolute;
  top: 0.01px;
  left: 50px;
  font-size: 1.2rem;
  font-weight: 800;
  text-transform: uppercase;
  color: black;
  font-style: italic;
}

#cartas {
  width: 100%;

  justify-content: space-between;
}

.carta-status p {
  margin-bottom: 2rem;
}

.carta-status {
  display: grid;
  grid-template: 1fr 1fr 1fr/ 1fr 1fr;
  z-index: 2;
  height: 190px;
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  font-style: italic;
  -webkit-text-stroke-width: 1.2px;
  -webkit-text-stroke-color: red;
  text-transform: uppercase;
  line-height: 1.6;
}

#espacobtn {
  margin: 20px;
}

#espacobtn button {
  margin: 0 30px;
}

#resultado {
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  font-style: italic;
  -webkit-text-stroke-width: 1.2px;
  -webkit-text-stroke-color: red;
  text-transform: uppercase;
}

footer p {
  font-family: 'Comic Neue', cursive;
  font-weight: bold;
  font-style: italic;
  color: white;
}

@media screen and (max-width: 1000px) {
  .carta-status {
    font-size: 1.4rem;
  }
}
