body {
height:100%;
width:100%;
background-image : url('https://images.unsplash.com/photo-1604147706283-d7119b5b822c?q=80&w=687&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
background-size: cover;
}
  .menu-item {
    background-color: #211C84;
    margin-bottom: 1px;
    border-radius: 8px;
    transition: background-color 0.3s, transform 0.3s;
  }

  .menu-item a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 8px;
    border-radius: 8px;
    transition: color 0.3s;
  }

  .menu-item:hover {
    background-color: #36548A;
    transform: translateX(5px);
  }

  .menu-item a:hover {
    color: #FFD700;
  }

.pkp_structure_content {
background :#FFFFFF;
}

/*.pkp_head_wrapper {
  background-size: cover;
  height:100%;
width:100%;
}
*/

.block_information .content a {
    background-color: #211C84;
    margin-bottom: 1px;
    border-radius: 8px;
    color: white;
    text-decoration: none;
    display: block;
    padding: 8px;
    border-radius: 8px;
    transition: color 0.3s;
  }

  .block_information a:hover {
    color: #FFD700;
  }

    .block_language .content a {
    background-color: #211C84;
    margin-bottom: 1px;
    border-radius: 8px;
    color: white;
    text-decoration: none;
    display: block;
    padding: 8px;
    border-radius: 8px;
    transition: color 0.3s;
  }

  .block_language a:hover {
    color: #FFD700;
  }

/*FOOTER*/
/*.pkp_structure_footer_wrapper {
background: #211C84;
color: #FFFFFF;
}*/

footer { border-top: 1px solid #e5e7eb; background: #fff; margin-top: 2rem; padding: 2rem 1.5rem; font-size: 0.9rem; }
footer .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; max-width: 1000px; margin: auto; }
footer a { text-decoration: underline; }
@media print { header, footer, aside { display: none; } main { padding: 0; } article { box-shadow: none; } }