color{
    color: #C1A991;
    color: #388045;
    color: #8A1913;
    color: #54322A;
}

/* Reset some default margin and padding */
body, h1, h2, h3, p {
    margin: 0;
    padding: 0;
}

/* Apply a box-sizing border-box model to all elements */
*, *::before, *::after {
    box-sizing: border-box;
}

/* Style for the project container */
.project, .project1 {
    padding: 20px;
    background-color: white;
    
}




.project-title{
    padding-top: 30px;
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
    
}



.project-title button:hover {
    background-color: #45a049;
}

/* Style for the project container items */
.project-container, .project-container1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.type {
    flex-basis: calc(33.33% - 20px);
    margin-bottom: 20px;
    text-align: center;
}

.type h3 {
    text-decoration: underline;
}

/* Style for Font Awesome icons */
.type i {
    font-size: 24px;
    color: #4CAF50;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    /* .type {
        flex-basis: 100%;
    } */
}

.projectinfoheader{
    font-family: Georgia, 'Times New Roman', Times, serif;
}