
@import url('https://fonts.googleapis.com/css2?family=Playwrite+CU:wght@100..400&display=swap');body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f3f4f6;
   
}


.profile-container {
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    max-width: 400px;
    width: 100%;
    height: max-content;

}  
/* a .lang{
    position:100px;
    
} */
.profile-pic {
    width:300px;
    height: 100px;
    border-radius: 50%;

}

h1 {
    font-size: 1.5rem;
    margin: 10px 0;
} 
.caption{
    font-family: "Playwrite CU", cursive;
    font-optical-sizing: auto;
}
a{
    text-decoration: none;
    color: black;
}
a:hover{
    background: #0f5764;
}
.links .link-button {
    display: block;
    background: #0db8c8;
    color: white;
    padding: 10px;
    margin: 5px 0;
    text-decoration: none;
    border-radius: 15px;
    transition: background 0.3s;


}  
.links .link-button:hover {
    background: #0f5764;
}

