html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
  }

body {
    background-color: hsl(212, 45%, 89%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.card {
    width: 320px;
    height: 499px;
    background-color: white;
    border-radius: 20px;
}
img {
    border-radius: 20px;
    margin-top: 16px;
    margin-left: 16px;
}

.title {
    margin-top: 24px;
    max-width: 256px;
    font-size: 22px;
    line-height: 120%;
    font-weight: 700;
    letter-spacing: 0px;
    margin-left: auto;
    margin-right: auto;;
    margin-top: 24px;
    font-family: Outfit;
    text-align: center;
    color: hsl(218, 44%, 22%);
}

.description {
    margin-top: 24px;
    max-width: 256px;
    font-size: 15px;
    line-height: 140%;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-left: auto;
    margin-right: auto;;
    margin-top: 24px;
    font-family: Outfit;
    text-align: center;
    color: hsl(216, 15%, 48%);
}