* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: #d6e1f0;
    color: #000000;
}

.wrapper {
    width: 320px;
    height: 499px;
    padding: 16px 16px 40px 16px;
    background-color: #ffffff;
    border-radius: 20px;
}

img {
    width: 288px;
    height: 288px;
    border-radius: 10px;
}

.text-box {
    width: 288px;
    height: 131px;
    padding: 16px;
    text-align: center;
}

.main-text {
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 16px;
}

.sub-text {
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.2px;
}