@charset "utf-8";
/* CSS Document */

.app-social-media-container {
    background-color: red;
}

.app-social-media-item {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    background-color: var(--app-color-dark-gray);
}

.app-social-media-item i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

