h1 {
    font-size: 3rem;
}

.container-fluid {
    margin-top: 32px;
    padding: 0 64px;
}

.project {
    margin: 16px 0;
    padding: 16px;
    border-radius: 8px;
}

.project h2 {
    margin-top: 32px;
    font-size: 2.5rem;
}

.project.education {
    background-color: rgba(255, 0, 0, 0.3);
}

.project.children {
    background-color: rgba(0, 0, 255, 0.3);
}

.project.environment {
    background-color: rgba(0, 255, 0, 0.3);
}

.primary {
    padding: 32px;
    text-align: center;
}

.secondary {
    max-width: 100%;
    border-bottom: 1px solid var(--primary-gray-color);
    border-right: 1px solid var(--primary-gray-color);
    padding: 16px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.secondary:hover {
    background-color: rgba(0, 255, 0, 0.1);
    cursor: pointer;
}

.projects-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.br-0 {
    border-right: 0;
}

.bb-0 {
    border-bottom: 0;
}