    body {
      font-family: 'Poppins', sans-serif;
      background: #f8fafc;
      color: #1b1f24;
      margin: 0;
      padding: 0;
    }
    
        body {
      font-family: 'Poppins', sans-serif;
      scroll-behavior: smooth;
    }
    
    span{
      font-size: small;
      color: white;
      display: flex;
      justify-content: center;
    }
   
    .navbar {
      background-color: #800020 !important;
    }
    .navbar-brand {
      
      font-size: 1.5rem;
      color: white ;
    }
    .nav-link {
      color: white ;
      font-weight: 500;
    }
    .nav-link:hover {
      color: white ;
    }
    
    
    
    header {
      background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),
                  url('../resorces/Reggio_Emilia.jfif') center/cover no-repeat;
      height: 50vh;
      display: flex;
      align-items: center;
      object-fit: cover;   
      justify-content: center;
      text-align: center;
      color: #fff;
    }
    header h1 {
      font-size: 2.5rem;
      font-weight: 700;
      margin: 0;
    }
    .container_1 {
      max-width: 900px;
      margin: 0 auto;
      padding: 40px 16px;
    }
    .event-item {
      display: flex;
      gap: 20px;
      margin-bottom: 40px;
      align-items: flex-start;
    }
    .event-thumb {
      flex: 0 0 200px;
      overflow: hidden;
      border-radius: 12px;
      background: #f4f4f4;
    }
    .event-thumb img {
      width: 100%;
      height: 150px;
      object-fit: contain;
      display: block;
    }
    .event-content {
      flex: 1;
    }
    .event-content h3 {
      margin-top: 0;
      color: #800020;
      font-weight: 600;
    }
    .event-content p {
      color: black;
    }
    .read-more {
      color:#800020 ;
      text-decoration: none;
      font-weight: 500;
    }
    .read-more:hover {
      text-decoration: underline;
    }

    .back-link{
      color:#800020;
      text-decoration: none;
      font-weight: 500;
     }
    .pagination {
      justify-content: center;
    }
      footer {
      background:#800020;
      color: #aaa;
      padding: 20px 0;
      text-align: center;
      position: relative ; 
      z-index:1 ; 
    }

footer a {
      color: #00b894;
      text-decoration: none;
    }

.social-icons:hover{
         transform: translateY(-10px);
     }

.social-icons a {
	color: white;
	margin: 10px;
	font-size: 28px;
	transition: transition: transform 0.3s ease;;
}