body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
    color: white;
    height: 100vh;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container{
    background: rgb(45,217,253);
    background: linear-gradient(0deg, rgba(45,217,253,1) 0%, rgba(159,59,235,1) 100%);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    width: 300px;
    max-width: 80%;
}
.porfile{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 6px solid #1c8af1;
}
.link{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: paleturquoise;
    padding: 5px 10px;
    border-radius: 10px;
    margin:20px 0;
    text-decoration: nome;
    p{
        color:white;
        font-weight: 600;
    }
}