.background {
  background-color: #F5EDDC;
}

.hr {
  color: #94B49F;
  width: 10%;
  border-style: dashed;
  border-width: 10%;
}

.contact {
  background-color: #CFD2CF;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
}

#name {
  margin-right: 1em;
}

.Education {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.h2{
  text-align: center;
}

.profile {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.work{
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
}

.skills{
  background-color: #CFD2CF;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

#skill{
  height: 300px;
  width: 300px;
}

#passionate{
  height: 300px;
  width: 300px;
}

#projects{
  height: 300px;
  width: 300px;
}
