 <style>
    body {
      background: #f8f9fa;
      font-family: 'Poppins', sans-serif;
    }
	 .navbar, footer {
    background-color: #b30000 !important;
  }

.structure-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}

.structure-card2 img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}


.structure-card {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 15px;
  width: 180px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  position: relative;
  z-index: 2;
}
.structure-card2 {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 15px;
  width: 220px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  position: relative;
  z-index: 2;
}



  </style>