*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    user-select: none;
}
html,body{
    height: 100dvh;
}
body{
    display: flex;
    align-items: center;
    justify-content: center;
    font: 14px Arial;
    flex-direction: column;
    gap:20px;
}
.card{
    
}
.card .personal{
    font-size: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 3.5rem;
}
.card .personal span{
    line-height: 1rem;
    font-size: 1.2rem;
}
.contactx{
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.contact svg{
    width: 32px;
    height: 32px;
}