#helloProfile{
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    margin-top: 40px;
    padding: 4px;
}
    #helloProfileInsider{
        /*  Zrób elegancki kilkupikselowy odstęp bordera od imejdża */   
        width: 192px;
        height: 192px;
        background-image: url("/img/profile.png?");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 50%;

    }
#helloHeader{
    font-family: 'PoppinsMedium';
    font-size: 32px;
    text-align: center;
    color: var(--leadColor);
    padding-top: 40px;
    padding-bottom: 40px;
}
#aboutMeSection{
    width: 100%;
    padding-bottom: 20px;
}
    #aboutMeHeader{
        font-size: 22px;
        font-family: 'PoppinsMedium';
        color: var(--leadColor);
        line-height: 200%;
    }
    #aboutMeContent{
        color: var(--alterColor);
        font-family: 'Poppins';
        text-align: justify;
    }
#letsBegin{
    font-size: 22px;
    font-family: 'PoppinsMedium';
    color: var(--leadColor);
    line-height: 200%;;
    text-align: center;
    padding-top: 40px;
}
    #letsBegin span{
        font-size: 28px;
    }
    #readyButton{
        margin-top: 20px;
        padding: 8px 16px;
        border: 1px solid var(--leadColor);
        background: var(--leadColor);
        color: var(--bgColor);
        transition: 0.3s;
        cursor: pointer;
    }
    #readyButton:hover{
        border: 1px solid var(--leadColor);
        background: var(--bgColor);
        color: var(--leadColor);
    }


.instagram{
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}