.show-more-btn {
background: none;
color: navy;
    border: 0;
    cursor: pointer;
    font-size: 17px;
    margin: auto;
    transition: color 0.3s ease-in-out;
    white-space: nowrap;
}
.show-more-btn:hover {
    color: #011D35;
}
