body {
  background-color: #1e1f21;
  display: flex;
  justify-content: center;
  color: white;
  align-items: center;
  margin: 0;
  flex-direction: column;
}

.container {
  width: 100%;
  max-width: 800px;
}

@media (max-width: 700px) {
  .container {
    width: 100%;
    max-width: none;
    padding: 0 1rem;
  }
}

a {                   
  color: #9bd1ff;            
  font-weight: bold;         
}
a:hover {
  color: #5fb8ff;
  text-decoration: underline;
}   

.about {
  display: flex;
  flex-direction: column;
}

.about h1 + h2 {
  margin-top: 0;
}

.about h2 {
  margin-bottom: 0;
  margin-top: 0;
}

.projects {
  display: flex;
  flex-direction: column;
}

.project {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.project h2 {
  margin-bottom: 0.5rem;
}

.project h2 + p {
  margin-top: 0;
  margin-bottom: 0;
}

.project p + p {
  margin-top: 0;
  margin-bottom: 0;
}

.projects h1 {
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 0rem;
}

.links {
  display: flex;
  flex-direction: column;
}

.links h1 {
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 0rem;
}

.links li + li {
  margin-top: 0;
}

.links ul li {
  margin-bottom: 2px;
}
