.coderkai {
  background-color: #27374d;
}

.project-detail-header {
  padding: 3rem;
  display: flex;
  justify-content: center;
  align-self: center;
}

.project-details {
  background: #0f4c75;
  padding-left: 10%;
  padding-right: 10%;
}

.project-details h2 {
  color: #cd9e65;
  font-size: 5rem;
  font-weight: 300;
}

.project-details img {
    margin-top: 1rem;
    margin-left: 30%;
}

.about-project {
  margin-top: -1rem;
  line-height: 1.5rem;
  font-family: sans-serif;
  color: white;
}

.about-project a {
    font-size: 1rem;
}

.tools-header {
  margin-top: 1rem;
  color: #dad7cf;
  font-size: 2rem;
}

.tools-header span {
  font-family: sans-serif;
  color: #cd9e65;
  font-size: 1.2rem;
}

.project-features {
  text-align: center;
  margin-top: 3rem;
  width: 80%;
  margin-left: 10%;
}

.feature-section {
  width: 60%;
  margin-left: 20%;
}

.project-screenshot {
  width: 100%;
  height: 60%;
}

.project-detail-paragraph {
  margin-bottom: 5rem;
  margin-top: 0.2rem;
  color: white;
  font-family: sans-serif;
  line-height: 1.5rem;
}
