body {
  font-family: "Source Sans Pro", sans-serif;
  margin: 5% 10% 0 10%;
}

.section-1 {
  text-align: center;
  margin: 0 auto;
  letter-spacing: 2px;
  color: #2c47bf;
}

.section-2 {
  text-align: center;
  padding-bottom: 10px;
  color: #2c47bf;
}

a {
  text-decoration: none;
  color: #2c47bf;
}

a:hover {
  text-decoration: underline;
  color: #517379;
}

.section-2 li,
ul {
  padding: 20px;
  display: inline;
  text-decoration: none;
  color: inherit;
}

.project-description {
  margin-bottom: 20px;
}

.project-detailed-description > p:first-child {
  margin-top: 0;
}

.project-description-left {
  margin-right: 20px;
}

.project-container {
  display: flex;
}

.project-description-right {
  margin-right: 10px;
}

.project-title-and-photo {
  margin-right: 40px;
}

.project-title {
  margin-right: 20px;
  text-align: center;
}

.project-detailed-description {
  margin-bottom: 20px;
}

img {
  height: 200px;
  width: 400px;
  border: 1px solid black;
}

.about-me-links {
  display: inline-block;
}

.about-me-links span {
  padding-right: 20px;
}

.home-section-1 {
  margin: 20% 5% 0% 5%;
  text-align: center;
}

.project-description-right span {
  padding-right: 10px;
}

.skills {
  text-align: center;
  font-size: 16px;
}

.writing-section {
  list-style: none;
}

.writing-info {
  width: 70%;
  margin: 0 auto;
}

.company-title {
  margin-bottom: 0;
  text-align: left;
}

.projects-info {
  width: 90%;
  margin: 0 auto;
}

.about-more-info-section {
  width: 70%;
  margin: 0 auto;
}

.special {
  text-align: center;
  margin-left: 100px;
  margin-right: 100px;
  border-style: dotted;
  border-width: 2px;
  border-color: purple;
  padding: 7px;
}
