@media screen and (max-width:480px) {
 
    .header li{
        width:50px;
        display: inline-block;
        margin: 0 20px 0 20px;
    }

    img.create-img{
        width: 100%;
        height: auto;
        border-radius: 5px;
    }
    

    .bottom-profile-img{
        border-radius: 200px;
        height: 150px;
        width: auto;
        margin-top:-50px;
    }
    
    .profile-name{
        font-weight: bolder;
    }
    
    .profile-text{
        font-size: x-small;
    }
    
    .twitter-icon,
    .github-icon
    {
        width: 50px;
        height: auto;
    }

}
