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

.profile {
    margin-top: 20vh;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    width:125px;
    height: 125px;

}
.details{
    font-size: 12px;
}
.name{
    font-size: 20px;

}
.link{
    font-size: 14px;
}

}