body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

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

h1 {
    font-size: 22px;
    margin-bottom: 20px;
}

.problema {
    font-size: 18px;
    margin-bottom: 10px;
}

.respuesta {
    padding: 5px;
    width: 100px;
    margin-bottom: 10px;
}

button {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px 0;
}

button:hover {
    background-color: #45a049;
}

.resultado {
    font-size: 18px;
    margin-top: 10px;
}

.explicacion {
    font-size: 16px;
    margin-top: 10px;
    color: #555;
}
