.btn-project-registry {
    display: inline-block;
    padding: 8px 16px;
    margin-left: 12px;
    background-color: #1cae6a;
    color: white;
    text-decoration: none;
    border-radius: 15px;
    font-size: 14px;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

.btn-project-registry:hover {
    background-color: #1d6744;
}