* {
    box-sizing: border-box;
}

img {
    border-radius: 10px;
    height: 288px;
    width: 288px;
    margin-top: 16px;
    margin-left: 16px;
}

h1, p {
    font-family: "Outfit";
}

h1 {
    font-size: 22px;
    font-weight: 700;
    color: hsl(218, 44%, 22%);
    line-height: 120%;
}

p {
    font-size: 15px;
    font-weight: 400;
    color: hsl(216, 15%, 48%);
    line-height: 140%;
    letter-spacing: 0.2px;
}

.main-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-container {
    height: 960px;
    width: 1440px;
    background-color: hsl(212, 45%, 89%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    height: 499px;
    width: 320px;
    background-color: hsl(0, 0%, 100%);
    border-radius: 20px;
    box-shadow: 1px 7px 50px 1px #888888;
}

.body {
    height: 131px;
    width: 288px;
    text-align: center;
    margin: 0 auto;
}