html, body{
    padding: 0;
    margin: 0;
}
header {
  background-color: rgba(119, 192, 216, 0.705);
  text-align: center;
  padding: 5px;
}
header img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 10px;
}
header h1 {
  font-size: 24px;
  color: #333;
}
header p {
  font-size: 18px;
  color: #555;
}
#about {
  padding: 20px;
  line-height: 1.6;
  font-size: 18px;
}
#about h2 {
  color: #222;
  margin-bottom: 10px;
}
#skills {
  padding: 20px;
  text-align: center;

}

#skills h2{
  font-family: 'Poppins', sans-serif;
  color: #FA8072;
  font-size: 3rem;
  margin-bottom: 1rem;
}

#skills ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

#skills li {
  padding: 15px;
  margin: 15px;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
}
#skills {
  max-width: 700px;
  margin: 3rem auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

footer {
  text-align: left;
  padding: 30px;
}

body {
  font-family: 'Merriweather', serif;
  background-color: #FAF3F0; 
  color: #333;
  margin: 0;
  padding: 0;
}


#about {
  max-width: 700px;
  margin: 3rem auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}


#about h2 {
  font-family: 'Poppins', sans-serif;
  color: #FA8072;
  font-size: 3rem;
  margin-bottom: 1rem;
}

#about p {
  font-family:'Dancing Script', cursive;
  font-size: 1.3rem;
  line-height: 1.6;
}




button {
      background-color: #FA8072;
      color: white;
      border: none;
      padding: 10px 15px;
      border-radius: 8px;
      cursor: pointer;
      font-size: 1rem;
    }

    button:hover {
      background-color: #E57368;
    }

    #skills-details {
      display: none;
      margin-top: 1.5rem;
      text-align: left;
      max-width: 400px;
      margin-left: auto;
      margin-right: auto;
    }

    .skill {
      margin-bottom: 1rem;
    }

    .bar {
      background-color: #ddd;
      border-radius: 10px;
      overflow: hidden;
      height: 20px;
    }

    .bar-fill {
      height: 100%;
      text-align: right;
      padding-right: 5px;
      color: white;
      font-size: 0.8rem;
    }

    .javascript { background-color: rgb(220, 200, 50); color: black; width: 40%; }
    .python { background-color: #1cb432; width: 65%; }
    .react { background-color: #61dafb; color: black; width: 30%; }
    .html { background-color: #f60b0b; width: 25%; }
    .sql { background-color: #00648B; width: 60%; }

#javascript{
  background-color: rgb(220, 200, 50) ;
}
#python {
  background-color: #1cb432 ;
}
#react {
  background-color: #61dafb ;
}
#html {
  background-color: #f60b0b ;
}
#sql{
  background-color: #00648B ;
}

#projects {
  max-width: 700px;
  margin: 3rem auto;
  padding: 2rem;
  background: rgba(255,255,255,0.8);
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  text-align: center;
}
.project {
  font-family:'Dancing Script', cursive;
  font-size: 1.3rem;
  line-height: 1.6;
}
.project h3 {
  color: #FA8072;
  font-family: 'Poppins', sans-serif;
}

#projects h2 {
  font-family: 'Poppins', sans-serif;
  color: #FA8072;
  font-size: 3rem;
  margin-bottom: 1rem;
}


