a {
  font-family: Georgia, serif;
  font-size: 18px;
  color: #005001;
}

a:hover {
    color: green;
}

body {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

h1 {
  font-size: 21px;
  font-family: sans-serif;

}

h2 {
  font-size: 19px;
  font-family: sans-serif;

}

p {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.3;
}

hr {
    border: 1px black solid;
    width: 800px;
}

.sidebar {
  display: flex;
  flex-direction: row;
}

#sidebar-content {
    display: flex;
    flex-direction: column;
}

#sidebar-content img {
    margin-left: 10%;
    width: 80%;
}

#turing-caption {
    text-align: center;
}

.sidebar ul {
  list-style-type: none;
  padding: 0px;
  margin-right: 1em;
}

.sidebar li {
  margin-top: 0.25em;
}

.sidebar ul a {
  text-decoration: none;
}

.writing h2 {
  margin-left: 0.75em;
}

.writing-works {
  display: flex;
  flex-direction: row;
}


.writing-works-column {
  margin-right: 2em;
}

.writing-works-column ul {
  list-style-type: none;
  text-align: left;
  padding-left: 0px;
}

.writing-works-column li {
  margin-top: 0.75em;
}

.writing-works-column a {
  text-decoration: none;
}

.projects {
  display: flex;
}

.project {
  max-width: 400px;
  margin-right: 1em;
}

.project h2 {
  background-color: rgba(236, 0, 51,.5);
  border-radius: 5px;
  padding: 0.25em;
  font-size: 18px;
  height: 2.2em;
  
}

.project h2 a {
  color: #03213f;
  text-decoration: none;
  font-size: 18px;
  display: block;
  height: 2.2em;
}

.project h2 a:hover {
    text-shadow: 1px 1px 1px;
}
