@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap');
.social-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.social-icon img {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
}
.site-header {
  background: linear-gradient(to right, rgba(16, 185, 129, 0.5), rgba(59, 130, 246, 0.5), rgba(139, 92, 246, 0.5));
  backdrop-filter: blur(10px);
}
.skill-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.album_cover {
  width: 225px;
  height: 225px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.movie_poster {
  width: 225px;
  height: 330px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.game-cover {
  width: 225px;
  height: 225px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-title {
    position: relative;
    padding-bottom: 0.5rem;
}
.section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 3px;
    background: linear-gradient(to right, #7c3aed, #a855f7);
    border-radius: 2px;
}
.highlighted-text {
  font-weight: bold;
  color: #7c3aed;
}
.research-title {
    position: relative;
    padding-bottom: 0.5rem;
}
.research-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 300px;
    height: 2px;
    background: linear-gradient(to right, #7c3aed, #a855f7);
    border-radius: 2px;
}
body {
  font-family: 'FiraCode Nerd Font', 'Fira Code', monospace;
}