body, html {
    margin: 12;
    padding: 10;
    height: 100%;
    font-family: Agency FB, sans-serif;
    background-color: #09F113 ;
    display: flex;
    justify-content: center;
    align-items: center;
}

.examenconjuntos {
    width: 80%;
    max-width: 800px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(120,120,120,120.1);
    background-color: white;
    border-radius: 8px;
}

.examen {
    margin-bottom: 20px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

select {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    font-size: 16px;
}

p {
    margin: 0 0 10px 0;
    color: #333;
}

#output1,#output2{
    font-weight: bold;
    color:#10F51A;
}