body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  background: #1d2a35;
  color: #dddddd;
}

header > img {
  object-fit: cover;
}

main {
  padding: 5rem;
}

.container {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
  grid-gap: 2.5rem 1.5rem;
}

footer {
  display: flex;
  justify-content: right;
  padding: 1rem;
}

footer > a {
  margin-left: 0.15rem;
}
