body {
  font-family: 'Roboto', sans-serif;
  background-color: #e2e1e0;
  color: #363636;
}

h1 {
  text-align: center;
}

.card {
  background: #222;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  min-height: 200px;
  margin: 1rem;
  padding: 1rem;
  position: relative;
  width: 300px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.card-title {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.container {
  width: 100%;
}

.counter-container {
  position: sticky;
  top: 1em;
}

.img-grid {
  display: grid;
  justify-content: center;
}

img {
  margin: 0.5em;
  min-height: 500px;
  min-width: 500px;
}
