.project-link {
    color: var(--color-text-contrast-high-primary);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.project-link:hover {
    text-decoration: none;
    background-color: var(--color-hover-contrast-low);
}

.project-link > .top-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.project-link > .top-container > .name {
    font-size: 1.5rem;
    font-weight: bold;
}

.project-link > .bottom-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0.25rem;
}

.project-link > .bottom-container > .open-link {
    color: var(--color-blue);
    white-space: nowrap;
}
