/*introdução*/
.content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: stretch;
    height: 80vh;
    width: 80vw;
    float: right;
    /*width: calc(100% - 350px);*/
    padding: 20px;
  }
  
  .content h1 {
    margin-left: 300px;
    margin-top: 0;
    font-size: 35px;
    color: bisque;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Adiciona uma sombra */
  }
  
  .content p {
    margin-top: 50px;
    font-size: 20px;
    margin-left: 150px;
    color: bisque;
    text-shadow: 2px 2px 4px rgba(243, 219, 2, 0.5); /* Adiciona uma sombra */
  }
  
  .displaytext {
    position: relative;
    text-align: center;
    color: #ffffff;
  }
  
  .displaytext h2 {
    margin-bottom: 10px; /* Ajuste a margem inferior conforme necessário */
  }
  
  .displaytext h3 {
    margin-bottom: 5px; /* Ajuste a margem inferior conforme necessário */
  }
  
  .img {
    background-image: url("/SAP010-data-lovers/src/tarotimag/cartas.png");
    background-repeat: none;
    background-size: cover;
    width: 50%;
    height: 100%;
  }
  .space{
    position: relative;
  }
  
  @media screen and (max-width: 481px) {

  
  /*introdução*/
.content {
  display: flex;
}

.content h1 {
  margin-top: 30px;
  margin-left: 20px;
  font-size: 30px;
  color:bisque;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Adiciona uma sombra */
  white-space: nowrap; /* Impede que o texto quebre para a próxima linha */

}


.content p {
  margin-left: 150px;
  font-size: 13px;
  color:bisque;
  text-shadow: 2px 2px 4px rgba(243, 219, 2, 0.5); /* Adiciona uma sombra */
}

.imgcartas {
  position: relative;
  float: right;
  margin-right: 20px; /* Define a margem esquerda para criar espaço entre a imagem e o conteúdo */
  filter: grayscale(60%) sepia(40%) brightness(80%) contrast(120%);
}
}

  
 .img {
    background-image: url("/SAP010-data-lovers/src/tarotimag/cartas.png");
    background-repeat: none;
    background-size: cover;
    width: 50%;
    height: 100%;
  }

  @media screen and (max-width: 481px) {

  
  /*introdução*/
.content {
  display: flex;
}

.content h1 {
  margin-top: 30px;
  margin-left: 20px;
  font-size: 30px;
  color:bisque;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Adiciona uma sombra */
  white-space: nowrap; /* Impede que o texto quebre para a próxima linha */

}


.content p {
  margin-left: 150px;
  font-size: 13px;
  color:bisque;
  text-shadow: 2px 2px 4px rgba(243, 219, 2, 0.5); /* Adiciona uma sombra */
}

.imgcartas {
  position: relative;
  float: right;
  margin-right: 20px; /* Define a margem esquerda para criar espaço entre a imagem e o conteúdo */
  filter: grayscale(60%) sepia(40%) brightness(80%) contrast(120%);
}
}

