p{
    text-align: justify;
}

.carta{
    background-color: rgb(0, 128, 0);
    color: white;
}

.boton{
    background-color: rgb(255, 158, 0);
    color: white;
}

.boton:hover{
    font-size: larger;
    background-color: rgb(255, 158, 0);
    color: white;
}


.separador{
    display: flex;
    align-items: center;
    justify-content: center;
  
    background-color: rgb(0, 128, 0);
    width: 100%;
    height: 100px;
 color: white;
}

.subtitulo{
    display: flex;
    align-items: center;
    justify-content: center;
   
    background-color: rgb(255, 158, 0);
    width: 100%;
    height: 100px;
 color: white;
}