.profile {
        width: 200px;
        height: 200px;
        background-image: url(../../images/about/linzk_profile.png), url(../../images/about/bg-profile.svg);
        background-repeat: no-repeat;
        background-size: 100%,100%;
        background-attachment: local;
        background-position: 50%, 50%;
}

#about header {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

#about .profile {
    margin-bottom: 2rem;
}

@media screen and (max-width: 900px) {
    #about main {
        flex-direction: column;
    }
    #about .profile {
        align-self: center;
        margin-bottom: 1rem;
    }




}
    
  

  
@media screen and (max-width: 500px) {


}