.cv-btn {
    background-color: #ff195d;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid #ff195d;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
margin-right:10px;
}

.cv-btn:hover {
    background-color: #ff195d;
    transform: scale(1.10);
    text-decoration: none;
}