img {height: 1.4em}

.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px;
  width: max-content;
  text-align: center;
  margin-bottom: 1em;
  background-color: snow;
  padding: 0.5em;
  opacity: 80%;
  width: 400px
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  opacity: unset
}

.info {
  font-size: 0.8em;
  font-family: monospace
}
