.share_project-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.share-project-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}