*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    }

    body{
        height: 100vh;
        background-image: linear-gradient(to bottom, rgb(11, 80, 172),rgb(105,166,245));
        font-family: sans-serif;
    }


    div{
        width:425px; 
        margin: 0 auto;
        display:flex;
        align-items: center;
        flex-direction: column;
        padding: 0 20px 20px 20px;
    }

    #profilepicture{
        width: 120px;
        height: 120px;
        border-radius: 60px;
        overflow: hidden;
        padding: 0;
        margin-top: 50px;
       
    }

    img{
        width: 100%;    
    }

    #profilename{
        font-size: 35px;
        margin-top: 25px;
        color: white;
        text-shadow:0px 1px 2px rgb(36, 35, 35) ;
    }   
    
    #textprofile{
        margin-bottom: 30px;
        margin-top: 5px;
        font-size: 15px;
        font-weight: 100;
        color: white;
        text-shadow:0px 1px 2px rgb(36, 35, 35) ;
    }

    #subtitle{
        font-size: 20px;
        font-weight: 600;
        margin-top: 30px;
        color: white;
        text-shadow:0px 1px 2px rgb(36, 35, 35) ;
    }

   

    ul,li{
        list-style: none;
    }

    ul{ 
        margin-top: 20px;
        display: flex;
        gap: 30px;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }
    li{
        width: 100%;
    }
    a{
        width:100%;
        height: 55px;
        background-color: white;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 25px;
        transition: background-color 0.2s;
        box-shadow: 0px 2px 4px rgb(36, 35, 35);
        font-weight: 600;
        font-size: 16px;
        color:black;
        text-shadow:0px 1px 1px rgb(185, 182, 182) ;
      

        
    }
    a:hover{
        background-color: rgba(255,255,255,0.85);
    }

    #iconwhatsapp{
        height: 50px;
        width:50px;
        padding: 0px;
        display: block;
        margin: 0;
        padding-left: 5px;
        padding-top: 3px;
    }
   #iconWhatsapp img{
    width: 100%;
   }

   #iconinstagram{
    height: 50px;
    width:50px;
    padding: 0px;
    display: block;
    margin: 0;
    padding-left: 5px;
    padding-top: 3px;
    
}
#iconinstagram img{
width: 100%;
}

#icontiktok{
    height: 50px;
    width:50px;
    padding: 0px;
    display: block;
    margin: 0;
    padding-left: 5px;
    padding-top: 3px;
    
    
}
#icontiktok img{
width: 100%;
}

#by{
    margin-top: 80px;
    color: white;
    font-size: 10px;
    font-weight: 200;
    text-shadow:0px 1px 2px rgb(36, 35, 35) ;
}
