* {
  box-sizing: box;
}

body {
  background: black;
  padding: 0.3rem 0.7rem;
  color: white;
  font-family: sans-serif;
  max-width: 100%;
}

@media (min-width: 600px) {
  body {
    padding: 2.2rem 3.2rem;
  }
}

img,
video,
iframe {
  display: inline-block;
  border: 1px solid #555;
  margin: 2rem 2rem 0rem 0rem;
  max-width: 100%;
  max-height: 600px;
}

figure {
  display: inline-block;
  position: relative;
  margin: 0;
}

figcaption {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.5rem;
  width: 100%;
  text-align: center;
}

a {
  color: white;
  text-decoration: none;
}

p a {
  font-style: italic;
  text-decoration: underline;
  text-decoration-style: dashed;
}

p,
pre {
  line-height: 1.4rem;
  font-size: 1rem;
}

.projects {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

.project {
  font-size: 1.2rem;
  display: inline-block;
  text-align: center;
  line-height: 1.4rem;
}

.project img {
  display: block;
  margin: 0 auto 1rem;
  max-width: 300px;
  max-height: 200px;
}

.project span {}

.project em {
  display: block;
  color: #aaa;
  font-size: 0.9rem;
}
