.project {
    background: var(--bg-front-three-alpha);
    border: 1px solid var(--bg-outline);
    padding: 7px;
    border-radius: 8px;
    text-align: left;
    background: none;
    transition: all 0.5s ease-out;
    font-size: 14px;
    width: 100%;
    flex: 1;
}

.project p {
    margin: 0;
}

.project p b {
    font-size: 16px;
}

.projects {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    text-align: center;
}

.project-section {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.projects a {
    background: none;
}

.project:hover {
    border-color: var(--primary);
}

.project:hover img {
    margin: 0;
    width: 260px;
    height: 310px;
}

.center {
    text-align: center;
}

.fa-star {
    color: yellow;
}
