body {
    background-color: #0d0d0d;
    color: #e0e0e0;
    font-family: sans-serif;
    max-width: 600px;
    margin: 60px auto;
    padding: 20px;
    text-align: center;
}

.avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #333333;
    margin-bottom: 15px;
}

h1, h2 {
    color: #ffffff;
    font-weight: 600;
}

.links-container {
    line-height: 2; /* Separa un poco las líneas de enlaces */
}

a {
    color: #b0b0b0;
    text-decoration: underline;
    margin: 0 5px;
}

a:hover {
    color: #ffffff;
}