*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;

    background-image: url("background.jpg");
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

h2 {
    margin-bottom: 30px;
    font-weight: 700;
    color: #444;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.7);
}

.separator-container1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 15px;
}

.separator-container1 svg {
    width: 30px;
    height: 30px;
    fill: #aaa;
}

.separator-container2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -25px;
    margin-bottom: 10px;
}

.separator-container2 svg {
    width: 30px;
    height: 30px;
    fill: #aaa;
}

.links-container {
    background: rgba(255, 255, 255, 0.85);
    border-radius: 18px;
    padding: 30px 40px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    max-width: 800px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.link-button {
    width: 100%;
    padding: 14px 24px;
    font-size: 1.1em;
    color: #444;
    background: linear-gradient(135deg, #ffffff, #e0e0e0);
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.15s ease, box-shadow 0.3s ease;
    user-select: none;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-align: left;
    margin: 0;
    box-sizing: border-box;
}

.link-button:hover {
    background: linear-gradient(135deg, #fefefe, #d8d8d8);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.link-button:active {
    transform: translateY(0);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.12);
}

.block-avatar a, .block-avatar a:active, .block-avatar a:hover, .block-avatar a:link, .block-avatar a:visited {
    text-decoration: none
}

.text-avatar {
    line-height: 1;
    margin-top: 0.5rem;
    text-align: center
}

.text-avatar div {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}

.block-avatar-history {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 0
}

.avatar-history {
    font-size: 2rem;
    opacity: .4;
    cursor: pointer;
    transition: opacity, transform 50ms ease-out;
    transform: translate3d(0, 0, 0);
    visibility: hidden
}

.page.is-instagram-embeded .avatar-history {
    visibility: visible
}

.avatar-history.is-hide.is-left {
    visibility: hidden;
    opacity: 0;
    transform: translate3d(2rem, 0, 0)
}

.block-avatar-hero .is-backdrop {
    background-position: center;
    background-size: cover;
    aspect-ratio: 1/.7
}

.profile-avatar {
    border-radius: 50%;
    display: inline-block;

}

.profile-avatar-48 {
    width: 48px;
    height: 48px
}

.profile-avatar-65 {
    width: 65px;
    height: 65px
}

.profile-avatar-95 {
    width: 95px;
    height: 95px;

}

.profile-avatar-125 {
    width: 125px;
    height: 125px
}

.profile-avatar-150 {
    width: 150px;
    height: 150px
}