body {
  font-family: "Roboto Mono", monospace;
  background-image: url("https://raw.githubusercontent.com/J0aoD3v/superTrunfo/main/background-hero.webp");
  background-color: #000000;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 20vh;
}

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

.joaodev-logo {
  width: 80px;
  position: absolute;
  top: -10px;
  left: 10px;
}

.page-logo {
  height: 100px;
}

.page-title {
  color: #ffffff;
  margin: -5px 0;
}

button,
.button-jogar {
  padding: 0.8rem 1.5rem;
  margin: 1rem 0;
  border-radius: 5px;
  border: none;
  font-size: 1rem;
  margin: 10px 0;
}

h2 {
  color: white;
  margin: 5px 0;
}

#carta-jogador,
#carta-maquina {
  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;
  text-align: left;
}

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

.resultado-final {
  color: white;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 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: center;
  width: 100%;
}

.carta-subtitle {
  z-index: 2;
  position: absolute;
  top: 16px;
  left: 37px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: left;
}

#cartas {
  width: 100%;
  display: flex;
  justify-content: center;
}

.carta-status p {
  margin-bottom: 2rem;
}
#vs {
  width: 60px;
  height: 150px;
  font-size: 30px;
  color: white;
  text-align: center;
}
