body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f0f0f0;
    font-family: Arial, sans-serif;
}

.gafete {
    width: 300px;
    padding: 20px;
    border: 2px solid #34a993;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.logo img {
    width: 220px;
    height: auto;
    margin-bottom: 15px;
}

.photo img {
    width: 100px;
    height: auto;
    margin-bottom: 15px;
    border: 4px solid #34a993;
    border-radius: 10px;
}

.qr img {
    width: 100px;
    height: auto;
    margin-bottom: 15px;
}

.info h1 {
    font-size: 28px;
    margin: 0;
}

.info h2 {
    font-size: 14px;
    color: #555;
    margin: 5px 0;
}

.info p {
    font-size: 14px;
    color: #444;
    margin: 10px;
}