body {
    margin: 0;
    font-family: 'Georgia', serif;
    background-color: #87ceea;
    min-height: 50vh;
}

header {
    background-color: #050505;
    color: #deea87;
    padding: 10px 20px;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 70px;
    width: auto;
    vertical-align: middle;
    cursor: pointer;
}

.menu {
    list-style: none;
    display: flex;
    gap: 20px;
}

.menu :hover {
    color: #bbe2f1;
}

.menu li a {
    color: #deea87;
    text-decoration: none;
}

h1 {
    text-align: center;
    margin-bottom: 19px;
    margin-top: 19px;
    margin-left: 350px;
    margin-right: 0px;
}

main {
    flex: 1;
    margin-right: 200px;
    margin-left: 200px;
}

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


.des {
  background-color: #267594;
  border-radius: 70px;
  margin: 60px 250px 56px 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.des h1 {
  color: #f1f8fb;
  margin: 16px auto;
  text-align: center;
}


h4 {
    color: #267594;
}


.contenedor {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;  
}


.fotito {
  flex: 0 0 280px; 
}

.fotito img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}


.texto-lateral {
  flex: 1 1 380px;   
  min-width: 0;      
}

.texto-lateral p {
  margin: 12px 0 18px;
}



.cartas {
  display: flex;
  flex-wrap: wrap;  
  gap: 12px;
  align-items: flex-start;
}

.cartas img {
  width: 180px;
  height: 260px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  background: #fff;
}


.tablero {
  margin-top: 18px;
  text-align: left;
}

.tablero img {
  width: 100%;
  max-width: 560px;
  height: auto;
  border-radius: 6px;
  display: block;
  margin-bottom: 10px;
}


footer {
    background-color: #0e0e0f;
    color: #deea87;
    text-align: center;
    padding: 10px;
}

footer a {
    color: #deea87;
}
