*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img,
svg {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
p {
  text-wrap: pretty;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

#content {
  height: 100dvh;
  padding: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

#card {
  max-width: 22rem;
  height: fit-content;
  :hover {
    img {
      scale: 105%;
    }
  }
  img {
    border-radius: 1rem;
  }
  div {
    padding: 0.5rem;
  }
}
