.social-media-container {
    display: flex;
    justify-content: center;
    color: white;
    padding-top: 1rem;
    background-color: #1c1c33;
}

.social-media-content {
    width: 95%;
    text-align: center;
}

.social-media-icons {
    display: flex;
    justify-content: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.social-media-icon-img {
    width: 40px;
    height: 40px;
}
