body {
  background-color: #d6d6d6;
}
a {
  text-decoration: none;
}
.box {
  margin: auto;
  padding: 10px;
  text-align: center;
  background-color: #fafafa;
  border-radius: 6px;
  font-family: 'Libre Franklin', sans-serif;
  box-shadow: 0 0 0px 5px #afafaf;
}
.header {
  margin: auto;
  padding: 10px;
  text-align: center;
  background-color: #fafafa;
  border-radius: 6px;
  font-family: 'Libre Franklin', sans-serif;
  box-shadow: 0 0 0px 5px #afafaf;
  width: 800px;
  margin-bottom: 20px;
  font-size: 24px;
}
.header .name {
  font-size: 75px;
  margin-bottom: 0px;
  font-weight: bold;
}
.header .shortBio {
  font-size: 24px;
  margin-bottom: 0px;
}
.header a {
  padding: 10px;
  font-size: 24px;
}
.projects {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.project {
  margin: auto;
  padding: 10px;
  text-align: center;
  background-color: #fafafa;
  border-radius: 6px;
  font-family: 'Libre Franklin', sans-serif;
  box-shadow: 0 0 0px 5px #afafaf;
  margin: 15px;
  width: 825px;
}
.project .name {
  font-size: 25px;
  padding-bottom: 6px;
  font-weight: bold;
}
.project .description {
  padding: 5px;
  text-align: left;
  font-size: 18px;
}
.project a {
  margin: 10px;
}
.project img {
  float: left;
  width: auto;
  height: 275px;
  margin-right: 20px;
}
.project img.real {
  border-radius: 6px;
}
.project img.centered {
  float: none;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.project img.centered.halfWidth {
  max-width: 45%;
}
.project img.centered.thirdWidth {
  max-width: 30%;
}
.project img.centered.single {
  max-height: 300px;
  max-width: 90%;
}
.project iframe {
  float: left;
  margin-right: 20px;
  border-radius: 6px;
}
.project ul {
  padding-left: 400px;
}
.project ul.aboutList {
  padding-left: inherit;
  text-align: left;
}
.separatorBox {
  margin: auto;
  padding: 10px;
  text-align: center;
  background-color: #fafafa;
  border-radius: 6px;
  font-family: 'Libre Franklin', sans-serif;
  box-shadow: 0 0 0px 5px #afafaf;
  width: 825px;
  margin-top: 20px;
}
.separatorBox .name {
  font-size: 25px;
  padding-bottom: 6px;
  font-weight: bold;
}
