*{
    font-family: "Inter", sans-serif;
    background: black;
    max-width: 1440px;
    margin: 0;
    padding: 0;
    
    
}
.container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20%;
    left: 40%;
    
   
}
.container{
    color: white;
    background: hsl(0, 0%, 12%);
    border-radius: 2%;
    width: 360px;
    height: 520px;
    
}
.container img{
    height: 120px;
    width: 120px;
    border-radius: 50%;
}
.name
{
    font-weight: 600;
    background-color:hsl(0, 0%, 12%) ;
    margin: 10px;
}
.place{
color: hsl(75, 94%, 57%);  
font-size: 10px;
background-color:hsl(0, 0%, 12%) ;

}

.about{
    background-color :hsl(0, 0%, 12%) ;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
}

.frontend, .Portfolio, .linkedin, .github, .insta{
    background-color:hsl(0, 0%, 20%) ;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    margin: 5px;
}
.frontend a, .Portfolio a, .linkedin a, .github a, .insta a{
    display: flex;
    text-decoration: none;
    color: white;
    padding:  15px 90px;
    cursor: pointer;
    background-color:hsl(0, 0%, 20%) ;
    border: 10px;
    border-radius: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.soc{
    background-color :hsl(0, 0%, 12%) ;
    display: block;
}



a:hover{
    background-color:hsl(75, 94%, 57%) ;
    color: black;
    transition: 0.4s;
}
@media only screen and (max-width: 600px) {
.container{
max-width:max-content;
    left: 30px;
}

}