html {
  font-size: 93.75%;
}

body {
  min-height: 100vh;
}

.card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.link-button {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  padding: 0;
}
