body {
  margin: 0;
  font-family: 'Raleway', sans-serif;
  color: #333;
  background: linear-gradient(135deg, #dff18e, #430089);
  background-attachment: fixed;
}

.hero {
  text-align: center;
  padding: 6rem 1rem;
  color: white;
  font-family: 'Righteous', cursive;
}

.hero .year {
  font-size: 2rem;
  transform: rotate(-15deg);
  color: #fbc02d;
}

.hero h1 {
  font-size: 3rem;
  margin: 0.5rem 0;
}

.hero .name {
  font-size: 1.2rem;
  letter-spacing: 2px;
}

.intro {
  display: flex;
  gap: 2rem;
  padding: 2rem;
  align-items: center;
  color: white;
}

.intro .avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.contact .buttons a {
  background: #fff;
  padding: 0.5rem 1rem;
  margin: 0.5rem;
  border-radius: 20px;
  text-decoration: none;
  color: #430089;
  font-weight: bold;
}

.expertise .tags span {
  background: #fbc02d;
  padding: 0.5rem 1rem;
  margin: 0.3rem;
  display: inline-block;
  border-radius: 30px;
  font-weight: 600;
}

.software .icons img {
  width: 40px;
  margin: 0.5rem;
}

.education {
  background: transparent; 
  color: white;             
  padding: 2rem;
  text-align: center;
}
