body{
    background-color: rgb(92, 97, 96);
    color: white;
    
}    
.profile{
    display: block;
    margin-left: auto;
    margin-right: auto;
 

    margin-top: 10%;
    height: auto;
    max-width: 150px;

    border-radius: 50%;
}
.profile-name{
    text-align: center;
    padding: 30px;
    cursor: pointer;
    font-size: 28px;
    font-family: sans-serif;
}
.links {
    text-align: center;
    margin-top: 20px;
    border:1px solid red;
    border-width: 2px;
    width: 290px;
    padding: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    font-size: 20px;
}
.links-2 {
    text-align: center;
    margin-top: 20px;
    border:1px solid red;
    border-width: 2px;
    width: 290px;
    display: block;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    font-size: 20px;
}
.links-3 {
    text-align: center;
    margin-top: 20px;
    border:1px solid red;
    border-width: 2px;
    width: 290px;
    padding: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    font-size: 20px;
}    
*{
    text-decoration: none;
    color: rgb(255, 255, 255);
    transition: color 1s;
}
a:hover{
    border:solid white;
    color: black;
    background-color: rgb(255, 0, 0);
}
.links-2:hover{
    color: black;
    background-color: orange;
}


.links-3:hover{
    color: black;
    background-color: rgba(69, 255, 72, 0.455);
}
footer{
    text-align: center;
    padding: 50px;
    cursor: pointer;
   
    font-family: sans-serif;
}

@media screen and (max-widht:640px) {
    body{
        display: 50%;
        
    }
    
    
}