body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    color: #333;
}

.container {
    position: relative;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 320px;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: -1;
}

.logo {
    width: 167px;
    margin-bottom: 5px;
}

.title {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.subtitle {
    font-size: 14px;
    font-style: italic;
    margin: 0 0 15px 0;
}

.social-links {
    text-align: left;
    margin-bottom: 20px;
    position: relative;
}

.social-links a {
    display: flex;
    align-items: center;
    margin: 15px 0;
    text-decoration: none;
    color: #333;
}

.social-links a:hover {
    color: #007bff;
}

.social-links i {
    margin-right: 10px;
    font-size: 18px;
}

.social-links a i.fa-store {
    margin-right: 10px;
    font-size: 18px;
}

/* Ajustar el tamaño del emblema y alinearlo con la base del cuadro de texto */
.emblem {
    position: absolute;
    right: -20px; /* Ajustar para que esté bien a la derecha del marco contenedor */
    bottom: -20px; /* Ajustar para que se alinee con la base del cuadro de texto */
    width: 192px; /* Tamaño aumentado en un 15% del anterior de 168px */
    opacity: 0.8;
    z-index: 0; /* Detrás del texto */
}

.location {
    font-size: 14px;
    font-style: italic;
    margin-top: 30px;
    color: #555;
}
