
  .font-awesome-social-icons {
    display: flex;
    justify-content: left; /* Center the icons */
    align-items: center;   
    margin-top: 20px;
}
.font-awesome-social-icons a {
    text-decoration: none; /* Remove underline */
    margin: 0 15px; /* Add space between icons */
    color: white; /* Default color for icons */
    font-size: 1.5em; /* Size of the icons */
    transition: color 0.3s; /* Smooth transition for color change */
}

/* Hover effect for social media icons */
.font-awesome-social-icons a:hover {
    color: #FFD23F; /* Change color on hover */
}



  .font-awesome-social-icons-green {
    display: flex;
    justify-content: left; /* Center the icons */
    align-items: center;   
    margin-top: 10px;
}
.font-awesome-social-icons-green a {
    text-decoration: none; /* Remove underline */
    margin: 0 15px; /* Add space between icons */
    color: #0B7D3C; /* Default color for icons */
    font-size: 1.2em; /* Size of the icons */
    transition: color 0.3s; /* Smooth transition for color change */
}

/* Hover effect for social media icons */
.font-awesome-social-icons-green a:hover {
    color: #FFD23F; /* Change color on hover */
}

.wokahom {
    font-size: 0.7em;
    justify-content: center;
    margin: 0;
    padding: 0;
}



