#about-me-hi {
    position: relative;
    bottom: 13px;
    left: 3px;
}

#about-me-img {
    position: relative;
    right: 4px;
    width: 50px;
    height: auto;
}

.cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}
.cards img {
    height: 35px;
    width: auto;
    border-radius: 15px;
}