.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.featured-content {
    float: left;
    width: 45%;
}

.featured-content-tools {
    float: right;
    width: 45%;
}

.featured-content h2,
.featured-content-tools h2 {
    font-size: 24px;
    color: #FFFFFF; 
    margin-bottom: 10px;
    text-align: center;
    text-decoration: underline;
}

.featured-project {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 5px;
    background-color: #1E1F28;
    border-radius: 15px;
}

.featured-project img {
    max-width: 100px; 
    border-radius: 5px;
    margin-right: 20px;
}

.featured-project-details {
    flex: 1;
}

.featured-project h3 {
    font-size: 18px;
    color: #FFFFFF; 
    margin-bottom: 5px;
    text-decoration: underline;
}

.featured-project p {
    font-size: 14px;
    color: #FFFFFF; 
    margin-bottom: 10px;
}

.featured-project a {
    text-decoration: none;
    color: #007bff; 
    font-weight: bold;
}

.featured-project a:hover {
    text-decoration: underline;
}

.submit-project {
    width: 100%;
    margin: auto;
    clear: both;
}

@media (max-width: 768px) {
    .featured-content,
    .featured-content-tools {
        float: none;
        width: 90%;
        margin: 5%;
    }
}

#welcome-title {
    font-size: 24px;
    text-decoration: underline;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 20px;
    background-color: #1E1F28;
    align-items: center;
    margin: auto;
    padding: 0.5%;
}