.profile {
    top: 0px;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    grid-gap: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    user-select: none;
    position: sticky;
    background: hsla(0, 0%, 100%, 0.05);
    backdrop-filter: blur(25px);
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header h1 {
    font-size: 16px;
}

.profile {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    height: auto;
    grid-gap: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.profile h3 {
    font-weight: 500;
}

.profile .right-column {
    display: flex !important;
    flex-direction: row !important;
    justify-content: end !important;
}

.profile-image {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    object-fit: cover;
}

.social-media-links {
    display: flex;
    grid-gap: 5px;
}

.social-media-links a {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F1EEEE;
    border-radius: 30px;
}

.social-media-links a img {
    height: 20px;
    filter: invert(100%);
}

.social-media-links a:hover {
    background: F1EEEE;
}

.social-media-links a:active {
    background: F1EEEE;
}