* {
  margin: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background-color: hsl(212, 45%, 89%);
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

#root, #__next {
  isolation: isolate;
}

.card-container {
  background-color: hsl(0, 0%, 100%);
  width: 320px;
  height: 499px;
  padding: 16px 16px 40px 16px;
  border-radius: 20px;
}
.card-container img {
  border-radius: 10px;
}

.card-text-container {
  padding: 0 16px;
  margin-top: 24px;
  text-align: center;
}

.card-text-title {
  color: hsl(218, 44%, 22%);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 16px;
}

.card-text-content {
  color: hsl(216, 15%, 48%);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.2px;
}

/*# sourceMappingURL=sassstyles.css.map */
