.words-list p{
    font-size: 30px;
    text-align: left;
    font-family: 'Yuji Mai', serif;
    color: #a7677b;
    font-weight: 500;
}

.words-list-container{
    display: flex;
    justify-content: center;
}

.hearts-bg{
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 50vw;
}

.hearts-bg-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: 20px 0px;
}

.hearts-bg-col{
    color: #e01313;
}

.hearts-bg-row:first-child .hearts-bg-col:first-child{
    font-size: 45px;
}

.hearts-bg-row:first-child .hearts-bg-col:nth-child(2){
    font-size: 65px;
}

.hearts-bg-row:nth-child(2){
    width: 80%;
    margin-left: 10%;
}

.hearts-bg-row:nth-child(2) .hearts-bg-col{
    font-size: 55px;
}

.hearts-bg-row:nth-child(3){
    width: 98%;
    margin-left: 1%;
}

.hearts-bg-row:nth-child(3) .hearts-bg-col{
    font-size: 65px;
}

.hearts-bg-row:nth-child(4){
    width: 76%;
    margin-left: 12%;
}

.hearts-bg-row:nth-child(4) .hearts-bg-col:first-child{
    font-size: 65px;
}

.hearts-bg-row:nth-child(4) .hearts-bg-col:nth-child(2){
    font-size: 95px;
}

.hearts-bg-row .hearts-bg-col:first-child{
    transform: rotate(-20deg);
}

.hearts-bg-row .hearts-bg-col:nth-child(2){
    transform: rotate(20deg);
}

@media (max-width:1200px){
    .hearts-bg{
        width: 70vw;
    }
}

@media (max-width:900px){
    .hearts-bg{
        width: 90vw;
    }
}

@media (max-width:700px){
    .hearts-bg{
        width: 91vw;
        margin-top: -14vw;
    }
    .words-list-container {
        margin-bottom: 100px;
    }
    .words-list p {
        font-size: 24px;
    }
    .hearts-bg-row:nth-child(2) {
        width: 94%;
        margin-left: 2%;
    }
    .hearts-bg-row:first-child {
        width: 84%;
        margin-left: 8%;
    }
}

@media (max-width:500px){
    .hearts-bg {
        width: 91vw;
        margin-top: -20vw;
    }
    .hearts-bg-row:first-child {
        width: 80%;
        margin-left: 10%;
    }
    .hearts-bg-row:first-child .hearts-bg-col:first-child {
        font-size: 40px;
    }
    .hearts-bg-row:first-child .hearts-bg-col:nth-child(2) {
        font-size: 55px;
    }
    .hearts-bg-row:nth-child(2) .hearts-bg-col {
        font-size: 40px;
    }
    .hearts-bg-row:nth-child(3) .hearts-bg-col {
        font-size: 50px;
    }
    .hearts-bg-row:nth-child(4) .hearts-bg-col:first-child {
        font-size: 50px;
    }
    .hearts-bg-row:nth-child(4) .hearts-bg-col:nth-child(2) {
        font-size: 70px;
    }
    .words-list p {
        font-size: 18px;
    }
}