body {
  font-family: sans-serif;
}

h1.title {
  text-align: center;
}

div.projects {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
div.project {
  width: 90%;
  max-width: 800px;
}

div.project img,
div.project canvas,
div.project div.asciinema-player {
  display: block;
  width: 100%;
}
