.lovestory {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    background-color: #edebdf;

}

.lovestory-text {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    /*margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
    height: 300px;*/
}