body{
  background-color: lightgoldenrodyellow;
  font-size: larger;
  padding-left: 20px;
  
}
header{
  color: brown;

}
#experiences{
  color:darkmagenta;
  font-size: 30px;
}
#education{
  color: orangered;
  font-size: 30px;
}
#projects{
  color: blue;
  font-size: 30px;
}

#skills{
  color:darkcyan;
  font-size: 30px;
}
#hobbies{
  color: darkgreen;
  font-size: 30px;
}
#awards{
  color: red;
  font-size: 30px;
}

h1{
  font-size: 40px;
}
#submits{
  background-color: #0A66C2		;
  font-size: 20px;
  margin-top: 5px;
  display: flex;
  color: #000000	;
  border-radius: 40px;
  
}

#contact{
  font-size: 30px;
}

#inputs{
  width: 260px;
  height: 20px;
  border-radius: 5px;
}

#emails{
  width: 260px;
  height: 20px;
  border-radius: 5px;
  margin-top: 5px;
}


#descriptions{
  width: 260px;
  height: 160px;
  border-radius: 5px;
}
#linkdin{
  height: 60px;
  width: 60px;
}

#images{
  border-radius: 100px;
  
}

