.image-prop {
  display: block;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  border: 10px groove #355070;
  padding: 4px;
  margin: 20px auto;
  box-shadow: 0 4px 10px rgba(53, 80, 112, 0.4);
  transition: transform 0.3s ease;
  object-fit: cover;
  object-position: top;
}
.image-prop:hover {
  transform: scale(1.05);
}

u {
  color: #2b2d42;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}

h1 {
  font-family: 'RalewayEB-Italic', sans-serif;
  font-display: auto;
  font-size: 2.8rem;
  margin-bottom: 10px;
  color: #2b2d42;
  text-shadow: 1px 1px 2px #a0a4b8;
}

h2 {
  font-family: 'RalewaySB-Italic', sans-serif;
  margin-bottom: 12px;
}

li {
  font-family: 'RalewayItalic', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #3b3e57;
}

body {
  background-color: #0000003f;
  text-align: center;
  margin: 0;
  padding: 20px 15px 40px 15px;
  color: #2b2d42;
}

#about-para1 {
  font-family: 'BioRhyme-regular', serif;
  font-size: 1.2rem;
  font-weight: 600;
  font-style: italic;
  line-height: 28px;
  color: #2b2d42;
  border: 1px solid black;
  padding: 15px 25px;
  margin: 0 auto 35px auto;
  max-width: 750px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  border-radius: 10px;
  text-align: justify;
}

.connections {
  font-family: 'RalewayB-Italic', sans-serif;
  background-image: url("images/glitter-sparkly.gif");
  border: 1px solid rgb(114, 114, 114);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 20px 20px 20px;
  border-radius: 12px;
  max-width: 360px;
  margin: 0 auto 30px auto;
  box-shadow: 0 4px 15px rgba(53, 80, 112, 0.35);
}

#connection_display {
  padding: 8px 12px 10px 12px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#connection_display p {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #355070;
  font-weight: 700;
  letter-spacing: 0.06em;
}

#connection_icons {
  display: flex;
  gap: 18px;
  justify-content: center;
}

#connection_icons a img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 5px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

#linkedIn_icon {
  background-color: #355070;
}

#twitter_icon {
  background-color: #2888ff;
}

#github_icon {
  background-color: #ffffff;
  filter: drop-shadow(0 0 1px #00000088);
}

#blog_icon {
  background-color: #ffffff;
  border-radius: 8px;
}

#connection_icons a:hover img {
  transform: scale(1.15);
  filter: drop-shadow(0 0 3px #444);
}

#footer-el {
  font-family: "RalewayItalic", sans-serif;
  margin-top: 18px;
  font-size: 10px;
  font-weight: bold;
  color: #2b2d42cc;
  user-select: none;
}

/* Font faces remain same */
@font-face {
  font-family: 'JuliusSansOneRegular';
  src: url(fonts/JuliusSansOne-Regular.ttf);
}
@font-face {
  font-family: 'RalewayItalic';
  src: url(fonts/Raleway-Italic.ttf);
}
@font-face {
  font-family: 'RalewayEB-Italic';
  src: url(fonts/Raleway-ExtraBoldItalic.ttf);
}
@font-face {
  font-family: 'RalewaySB-Italic';
  src: url(fonts/Raleway-SemiBoldItalic.ttf);
}
@font-face {
  font-family: 'RalewayB-Italic';
  src: url(fonts/Raleway-BlackItalic.ttf);
}
@font-face {
  font-family: 'Main-para-mediumItalic';
  src: url('fonts/PlayfairDisplay-MediumItalic.ttf');
}
@font-face {
  font-family: 'BioRhyme-regular';
  src: url('fonts/BioRhyme-Regular.ttf');
}
