img {
    max-inline-size: 100%;
    block-size: auto;
}

.fa-svg-icon {
    /* display: grid;*/
    display: flex;
    align-items: center;
    justify-content: center;
    fill: currentColor
}

/* Define the size of the default icons */
.fa-svg-icon svg {
    height: 1em;
    width: 1em;
}

.github-link {
    width: 70px;
}

.linkedin-link {
    width: 70px;
}

.about-me-heading {
    margin: 0px;
}
