.sign-up-btn a {
    padding: 14px 32px;
    background-color: black;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.sign-up-btn a:hover {
    background-color: #666;
    color: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
