.aboutme-container{
    background-color: #fef2cf; /* Same color as the header background */
    padding: 20px;
    border-radius: 0; /* Optional: Removes rounded corners */
    width: 100%; /* Makes the container take full width */
    margin: 0 auto; /* Centers the container */
}
.carousel-container{
    background-color: #fef2cf; /* Same color as the header background */
    padding: 20px;
    border-radius: 0; /* Optional: Removes rounded corners */
    width: 100%; /* Makes the container take full width */
    margin: 0 auto; /* Centers the container */
}