body h1,
h2,
h3,
p,
small {
  padding-right: 10px;
}
/* About Me CSS */
.about-intro {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3e7e4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  overflow: scroll;
}
.mc h2 {
  border-bottom: 1px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-style: solid;
  margin-top: 0px;
  padding-top: 5px;
  background-color: #fff3;
}
.about-block {
  width: 50vw;
  height: 50vh;
  border-radius: 1rem;
  background-image: linear-gradient(45deg, pink, #afb1da);
  border-left: 2px;
  border-top: 2px;
  border-style: solid;
  transition: transform 0.3s ease;
  cursor: pointer;
  overflow: scroll;
}
.about-block:hover {
  transform: scale(1.05);
}
.about-block li {
  font-size: 25px;
}
.about-img {
  grid-row: span 2;
}
.about-img img {
  height: 47rem;
  width: 37rem;
  float: right;
  border-radius: 1rem;
  border: 2px;
  border-style: solid;
}
.contact-info li {
  padding-bottom: 10px;
}
/* Social Logos */
.social-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.social-logo a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1f2937;
  text-decoration: none;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 30px;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
}

.social-logo a:hover {
  background: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
}

.github-img {
  width: 40px;
  height: 40px;
  display: block;
}
.linkedin-img {
  width: 32px;
  height: 28px;
  display: block;
}
.email-img {
  width: 35px;
  height: 28px;
  display: block;
}
.resume-img {
  width: 35px;
  height: 28px;
  display: block;
}
/* Club CSS */
.clubs-info {
  background-color: #f3e7e4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: scroll;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  gap: 20px;
}
.club-block {
  width: 40rem;
  height: 35rem;
  border-radius: 1rem;
  background-image: linear-gradient(45deg, pink, #afb1da);
  border: 2px;
  border-style: solid;
  overflow: auto;
  box-shadow: 0 0.1rem 0.4rem #0004;
  overflow-y: scroll;
  z-index: 100;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.club-block:hover {
  transform: scale(1.05);
}
/* Hobby CSS */
.hobbies {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  gap: 15px;
  background-color: #f3e7e4;
  overflow: scroll;
}
.hobby-block {
  width: 27.5rem;
  height: 30rem;
  border-radius: 1rem;
  background-image: linear-gradient(45deg, pink, #afb1da);
  border: 2px;
  border-style: solid;
  overflow: auto;
  box-shadow: 0 0.1rem 0.4rem #0004;
  overflow-y: scroll;
  z-index: 100;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.hobby-block:hover {
  transform: scale(1.05);
}
.gamja,
.biscoff,
.curry,
.vg,
.mus,
.f1,
.popm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  padding: 0px;
}
.gamja-jorim,
.biscoff-creami,
.yellow-curry,
.vg-img,
.mus-img,
.f1-img,
.popm-img {
  height: 8rem;
  width: 8rem;
}
.video-games p,
.cooking p,
.music p,
.formula1 p,
.popmart p {
  border-radius: 10px;
  border: 2px;
  border-style: solid;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  /* background-color: #fff3; */
}
/* Enhanced Block Styles */
.cooking h2,
.video-games h2,
.music h2,
.formula1 h2,
.popmart h2 {
  text-align: center;
  margin-bottom: 1rem;
  color: black;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.cooking ul,
.video-games ul,
.music ul,
.formula1 ul,
.popmart ul {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  list-style-position: outside;
}

.cooking ul li,
.video-games ul li,
.music ul li,
.formula1 ul li,
.popmart ul li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
  padding-left: 0.5rem;
  position: relative;
}

.cooking p,
.video-games p,
.music p,
.formula1 p,
.popmart p {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0.5rem 0;
  padding: 0.5rem;
  border-radius: 12px !important;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

.cooking p:hover,
.video-games p:hover,
.music p:hover,
.formula1 p:hover,
.popmart p:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.cooking img,
.video-games img,
.music img,
.formula1 img,
.popmart img {
  border-radius: 8px;
  margin-bottom: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}
.video-games img {
  object-fit: contain;
}
.cooking img:hover,
.video-games img:hover,
.music img:hover,
.formula1 img:hover,
.popmart img:hover {
  transform: scale(1.05);
}
