#aboutMeTags {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

#aboutMeTags span {
    outline: 1px solid white;
    height: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 5px;
    line-height: 1;
}