:root {
    --bg-image-offset-x: center;
    --bg-image-offset-y: 20%;
    --bg-image-overlay-color: hsla(0, 0%, 0%, .65);

    --link-color--normal: hsla(0, 0%, 0%, 1);
    --link-color--hover: hsla(0, 0%, 0%, 1);

    --font-size: 18px;
    --line-height: 1.25em;
    --text-color: #f8c8f9;

    --main-content-width: 500px;

    --profile-name-text-size: 2.2rem;
    --profile-name-text-color: #fff;
    --profile-name-text-shadow: 5px 5px 9px hsla(0, 0%, 0%, 0.35);

    --profile-image-size: 16rem;
    --profile-image-border-thickness: 5px;
    --profile-image-border-color: #f8c8f9;
    --profile-image-shadow: 0 0 25px -1px rgba(107, 12, 109, 1),
    0 0 15px -3px rgba(248, 200, 249, 0.75);
    --profile-image-offset-x: center;
    --profile-image-offset-y: center;


    --link-border-thickness: 3px;
    --link-sub-title-disply: none;

    --content-position: flex-start;
}