.box-wrapper h3{
    font-size:20px;
    color: var(--color-text-pink);
}
.box{
    background: linear-gradient(to bottom left,#ffdac8 40%,#eb98a6);
    width: 100%;
    height: 300px;
    border-radius: 5px;
}
