.sidesocialhead{
    width:100%;
    height:auto;
    border-bottom: 4px solid darkslategray;
  
}

.sidesocialhead span{

    background-color: darkslategray;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    color: white;

}

.socialicons {
    width: 100%;
    height:auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    position: relative;
    padding-top: 20px;

}

.socialicons a{
    width: 100%;
    height:50px;
    color:black;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all ease-in-out 0.1s;
}
.socialicons a:hover{
  background-color: sandybrown;
}
.socialicons ul{
    width: 100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: left;
    flex-direction: row;
    padding-left: 20px;
    padding-right: 30px;
 
}
.socialicons li:nth-child(1){
   margin-right: 10px;
  
}

.socialicons li:nth-child(3){
   margin-left: auto;
}