/****  color:  https://colorhunt.co/palette/135904  ****/
/*
#fbfad3
#c6e377
#729d39
#36622b
*/
/************************** tag selectors ***********************/
body {
  margin: 0;
  color: blue;
  line-height: 1.5;
  text-align: center;
}

H1 {}

H2 {}

H3 {}

hr {
  width: 10%;
  margin-left: auto;
  margin-right: auto;
  color: #c6e377;
  border: 1em dotted;
  border-top: none;
  margin-top: 3em;
  margin-bottom: 3em;
}

/************************ class selectors ***********************/
.top-container {
  background-color: #fbfad3;
  color: #36622b;
  padding: 20px;
}

.middle-container {
  background-color: #fbfad3;
  color: #36622b;
  padding: 20px;
}

.bottom-container {
  background-color: #fbfad3;
  color: #36622b;
  padding: 20px;
}

.profile-picture {
  border-radius: 60px;
  width: 200px;
  float: right;
  margin-right: 30px;
}

.profiledetails {
  width: 35%;
  margin: 40px auto 40px auto;
  text-align: left;
  line-height: 1.5;
}

.personal-details {}

#skills {
width:50%;
  margin: 0 auto;
}

#left-skills {
  width: 50%;
  margin:  auto;
  line-height: 1.5;

}

#right-skills {

  margin-right: 30px;
}
