.link-in-bio_wrapper {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.link-in-bio_user-info img.profile-image {
    max-width: 100px;
    height: auto;
    border-radius: 100%;
}

.link-in-bio_social-media {
    margin-bottom: 80px;
}

.link-in-bio_social-media a {
    margin: 0 5px;
    color: #333;
}

.link-in-bio_link-outer {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #f1f1f1;
    border-radius: 5px;
    margin: 10px 0;
    height: 55px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.link-in-bio_link-outer:hover {
    transform: translateY(-5px);
    background-color: #f0f0f0;
}

.link-in-bio_image {
    flex: 0 0 15%;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.link-in-bio_image img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    max-height: 55px;
    padding: 4px;
}

.link-in-bio_link {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    line-height: 20px;
}

.link-in-bio_link a {
    text-decoration: none;
    color: #333;
    max-width: 100%;
    text-align: center;
}

h2.link-in-bio_header {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}