footer {
    box-sizing: border-box;
    background-color: #f74ecd1e;
    color: #333;
    padding: 20px 0;
    text-align: center;
    position: static;
    bottom: 0;
    width: 100%;
}

.social-icons a {
    font-size: 30px;
    margin: 0 15px;
    color: #9a2882;
    text-decoration: none;
}

.navbar {
    justify-content: center;
}

.navbar a {
    color: #333;
    margin: 0 15px;
    text-decoration: none;
}

.navbar a:hover {
    text-decoration: underline;
}

.carousel,
.carousel-inner {
    max-width: 100%;
    margin: 0 auto;
}


.about-section {
    padding: 60px 0;
    text-align: center;
}

.carousel-inner {
    width: max-content;
}