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

.container {
    background-image: url('Imagenes/');
    background-size: cover;
    background-position: center;
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    width: 450px;
    height: 850px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

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

h2, h3 {
    color: black;
    margin: 10px 0;
    margin-bottom: 20px;
}

p {
    color: black;
    font-size: 14px;
}

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

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


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

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

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

button {
    padding: 10px 20px;
    margin-top: 10px;
    font-size: 16px;
    cursor: pointer;
    background-color: #05335c;
    color: white;
    border: none;
    border-radius: 5px;
}

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


.link-footer:hover {
    color: #486a9d;
}
