body{
    font-family: 'Inter', sans-serif;
    background:#f8fafc;
    margin:0;
}

.container{
    max-width:700px;
    margin:80px auto;
    background:white;
    padding:50px;
    border-radius:16px;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    text-align:center;
}

.profile{
    width:140px;
    height:140px;
    border-radius:50%;
    object-fit:cover;
    margin-bottom:20px;
    border:4px solid #2563eb;
}

h1{
    margin-top:10px;
    color:#0f172a;
}

.about{
    color:#475569;
    font-size:18px;
    margin-top:15px;
    line-height:1.6;
}

.email{
    margin-top:20px;
    font-weight:600;
    color:#2563eb;
}

.button{
    display:inline-block;
    padding:14px 26px;
    background:#2563eb;
    color:white;
    text-decoration:none;
    border-radius:10px;
    margin-top:30px;
    transition:.25s;
}

.button:hover{
    background:#1d4ed8;
    transform:translateY(-2px);
}

audio{
    width:100%;
    margin-top:25px;
}
