#cardEntrada-2 {
  background-color: rgba(153,31,0,0.7);
  max-width: 600px;
}

main {
  min-height: 500px;
  background-position: center center;
  background-size: cover;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

