.likes-div{
    height: 100vh;
    background-color: rgb(210, 19, 105);
    scroll-snap-align: start;
    padding: 3% 0 3% 0;
}

.message-marquee-container{
    display: flex;
    flex-direction: row;
    height: 25vh;
    margin: 2% 0 2% 0;
}
.second{
    margin-top: 14vw;
}
.message-marquee-container img{
    margin-right: 2vw;
}

#section-title{
    text-align: center;
    color: pink;
    font-weight: 800;
    font-size: clamp(60px,5vw,100px);
}

.me{
    color: aliceblue;
    margin-top: 8vw;
    font-size: clamp(60px,5vw,100px);
}