.profile-picture {
    width: 200px;
    height: auto;
}

.profile-picture-gridicon {
    width: 50px;
    height: auto;
}

.achievement-icon {
    width: 150px;
    height: auto;
}
.achievement-gridicon {
    width: 50px;
    height: auto;
}
.achievement-icons {
    display: flex; /* Enable flexbox layout */
    flex-wrap: wrap; /* Allow wrapping if there are many icons */
    align-items: center; /* Align items vertically in the center */
    gap: 10px; /* Spacing between icons */
    margin-bottom: 10px;
}
