body{
    background-image: linear-gradient(to bottom,#2fb6f4,#aceaec);
}
body .story-list-unit{
    background-color: #0362d6;
}
body .story-list-unit:hover{
    background-color: #e48e26;
}
body .story-list-unit-title{
    color: #ffffff!important;
}
body .story-list-unit-bottom-time{
    color: #ffffff;
}
body .footer{
    background-color: #2b7dc2;
}
body .add-more-v5{
    width: clamp(100px,17vw,170px);
    border-radius: 24px;
    background-color: #e9e9e9;
}
body .add-more-v5,body .add-more-loading-v5{
    font-size: clamp(14px, 2vw, 20px);
    color: #1d5da0;
}
@media (max-width:576px){
    body .story-list-unit-title{
        height: unset;
    }
}