.profile-head {
    transform: translateY(1.5rem);
}

.profile {
    align-items: center;
    display: flex;
}
.profile img {
    border-radius: 50%;
    box-shadow: 0 0 20px #000000;
    margin-left: 40px;
    
}
.profile a{
    color: aliceblue;
    margin-left: 20px;
    text-shadow: 0 0 20px #000000;
    
}

.profile .user{
    font-size: 40px;
    color: #fff;
    -webkit-text-stroke: 2px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 1px;
    
}

.info .title {
    font-size: 40px;
    color: #fff;
    -webkit-text-stroke: 2px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 1px;
    margin: 0;
    padding-left: 40px;
}
.info .estado {
    font-size: 20px;
    color: #fff;
    padding-left: 50px;
    
}

.desc {
    color: #fff;
    display: flex;
    margin-left: 50px;
    margin-right: 50px;
    
}

.desc .btn {

    display: flex;
    align-items: center;
    background-color: #0e0e0e;
    padding: 10px 10px;
    padding-right: 20px;
    border-radius: 40px;
    margin: 10px;
    text-align: center;
    justify-content: center;


}

.desc .btn img { height: 50px; border-radius: 50%; margin-right: 10px;}
.desc .btn{ margin-right: 0px;}

#link {
    color: #006eff;
    text-decoration: dashed;
}

.cover {
    background-image: url(../../img/fondos/fondo-azul.webp);
    background-size: cover;
    border-radius: 20px;
    background-repeat: no-repeat;
    margin-left: 60px;
    margin-right: 60px;
    margin-top: 60px;
}

body {
    background: #000000;
    
    min-height: 100vh;
    overflow-x: hidden;
    margin: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
   /* background: linear-gradient(to top, #ff0d0d, #000000);*/
}


@media only screen and (max-width: 768px) {
    .cover { margin-left: 10px; margin-right: 10px; margin-top: 100px; }; 
.profile .user { font-size: 30px; }
    .desc .btn  { display: flex;  zoom: 70%; margin-bottom: 100px; }
  }