/* Social Icons */
#socials {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    align-content: center;
}
/* end of code */
/* Add CSS for horizontal alignment */
.social-links {
  display: inline-block;
  margin-right: 10px; /* Add some spacing between links */
    }