body {
    font-family: "Outfit", sans-serif;
    background-color: hsl(30, 38%, 92%);
}

button {
    background-color: hsl(158, 36%, 37%);
    color: white;
    border: none;
    font-weight: bold;
    font-size: 20px;
    padding: 15px;
    width: 20vw;
    border-radius: 10px;
}

.container {
    display: flex;
    margin: 0 auto;
    width: 50vw;
    border-radius: 10px;
}

.gabrielle {
    font-family: "Outfit", "Young Serif";
    font-weight: bold;
    font-size: 40px;
}

.grey {
    color: hsl(228, 12%, 48%);
}

.image {
    width: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 100%;
}

.left,
.right {
    width: 50%;
    box-sizing: border-box;
}

.perfume {
    font-family: "Outfit", sans-serif;
}

.right {
    padding: 30px 40px 0 40px;
    background-color: white;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}