
.cta-button {
    background-color: #007BFF;
    color: white;
    padding: 15px 25px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    transition: 0.3s;
}
.cta-button:hover {
    background-color: #0056b3;
}
