body {
  background-color: #C6CBD1;
  font-family: "Lucida Console", "Courier New", monospace;
  font-weight: 400;
  font-style: normal;

}

.proper-title {
  text-align: center;
}

#projects {
  max-width: 800px;
  margin: auto;
}

#projects #socials {
  font-size: x-large;
  text-align: center;
}

#projects #socials a {
  padding-left: 1rem;
  padding-right: 1rem;
}

#projects .project-title {
  font-size: larger;
  /* text-align: center; */
  padding-top: 1rem;
}

#projects .project-title a {
  display: inline-block;
  padding-right: 1rem;
}

#bio {
  padding-bottom: 2rem;
}