body {
    font-family: Arial, sans-serif;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
}

.container {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    width: 450px;
    height: 800px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.profile-pic {
    width: auto;
    height: 100px;
    object-fit: cover;
    margin-bottom: 10px;
}

h2, h3 {
    color: #e50564;
    margin: 40px 0 20px;
}

.social-buttons {
    margin-top: 40px;
}

.social-buttons a {
    display: block;
    text-decoration: none;
    color: white;
    background-color: #e50564;
    padding: 15px;
    border-radius: 5px;
    transition: background-color 0.3s;
    margin: 30px auto;
    width: 300px;
    text-align: left;
}

.social-buttons a img {
    vertical-align: middle;
    margin-right: 10px;
    width: 20px;
    height: auto;
}

footer {
    margin: 160px 0;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    clear: both;
}

.sub-titulo {
    color: #e50564;
    font-size: 18px;
    width: 330px;
    text-align: left;
    margin: 15px auto;
    border-bottom: 2px solid #e50564;
}

button {
    padding: 12px 20px;
    font-size: 16px;
    cursor: pointer;
    background-color: #e50564;
    color: white;
    border: none;
    border-radius: 5px;
}

.link-footer {
    text-decoration: none;
    color: #e50564;
}
