body {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
 
}


.logo-section img, .sub-logo-section img, .additional-logo-section img, .final-logo-section img {
  max-width: 100%;
  max-height: 90%;
}

body {
  font-family: 'Poppins', Arial, sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  
}
.sub-logo-section{
border-radius: 20px;
}
/* Instagram Section */
.instagram-section {
  margin-top: 20px;
}

.instagram-logo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
}

.instagram-logo:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.instagram-handle {
  font-family: 'Comic Sans MS', sans-serif;
  font-size: 18px;
  margin-top: 10px;
  color: #333;
}

.instagram-handle a {
  color: #E1306C;
  text-decoration: none;
  transition: color 0.3s, text-shadow 0.3s;
}

.instagram-handle a:hover {
  color: #B0214F;
  text-shadow: 0px 2px 5px rgba(225, 48, 108, 0.5);
  text-decoration: underline;
}


.f-logo-section img {
max-width: 100%;
max-height: 80px;
width: auto;
margin-top: 10px;
}