* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  body {
    font-family: Arial, sans-serif;
    background: url('./fondo-navideno-2025.jpg') no-repeat center center fixed;
    background-size: cover;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }
  
  .container {
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    max-width: 90%;
  }
  
  h1 {
    font-family: 'Abril Fatface', Georgia, serif;	  
    font-weight: normal;
    font-size: 2.5em;
    color: #971c2e;
    margin-bottom: 20px;
  }

  h2 {
    font-family: 'Abril Fatface', Georgia, serif;
    font-weight: normal;
    font-size: 1.8em;
    color: #145458;
    margin-bottom: 16px;
  }
  
  .about{
    font-size: 0.8em;
    color: #145458;
    margin-top: 20px;
  }

  .aboutpie{
    font-size: 0.8em;
  }

  #whatis p{
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
  }
  
  .day {
    width: 100%;
    padding-top: 100%; /* Para hacer que cada celda sea cuadrada */
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s;
  }

  #day-0, #day-26 {
    font-size: 0.5em;
  }  
  
  .day:hover {
    transform: scale(1.05);
  }
  
  /* Superponer el número centrado en cada imagen */
  .day::after {
    content: attr(data-day); /* Contenido del número del día */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8); /* Sombra para resaltar sobre la imagen */
  }
  
  .links-container {
    margin-top: 20px;
  }
  
  #links {
    font-size: 1.2em;
    color: #2980B9;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
.daily-message {
    margin-top: 20px;
    font-size: 1.1em;
    color: #971c2e;
    font-style: italic;
  }

 #links-full {
    margin-top: 20px;
    font-size: 0.8em;
    color: #145458;
    font-weight: bold;
 }

 .link-full {
    margin-top: 10px;
    font-weight: normal;
 }

/* Aquí debajo Ansible introducirá los iconos del día */
