.mainflexcontainer{
    color:white;
    flex-wrap: wrap;
    width: 100%;
    padding: 0px;
    justify-content: space-between;
    align-items: center;
}

.social-list-item{
    width: 100%;
}
.socialflexcontainer{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 30px;
    /*border: 5px solid rgb(96 139 168);
    background-color: lightsteelblue;
    border-radius: 10px;
    */
}
.social-images{
    width: 100;
    margin-left: 5px;
}
.social-content{
    margin-left: 30px;
    font-size: x-large;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.social-link
{
    color: lightblue;
}
.social-link:visited{
    color: lightblue;
}