body {
  background-color: rgb(180, 209, 243);
  margin: 1px;
  text-indent: 50px;
  text-align: justify;
  letter-spacing: 2px;
}

h2 {
  color: white;
  text-align: center;
  background-color: rgb(120, 170, 120);

}

#skills {
  border: 10px solid rgb(80, 112, 155);
  background-color: rgb(172, 152, 162);
  

}

#work {
  border: 10px solid rgb(80, 112, 155);
  background-color: rgb(172, 152, 162);
}
#workbtn{
  position:absolute;
  left: 50px;

}


.education {
  border: 10px solid rgb(80, 112, 155);
  background-color: rgb(172, 152, 162);

}




section {
  text-align: left;


}

#work-education {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#photo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

a {
  color: rgb(179, 120, 120);
  align-self: auto;
}
.form{
  border: 10px solid rgb(87, 104, 87);
  display: inline-block;
  text-align: center;
}