body {
    font-family: Arial, sans-serif;
    margin: 40px;
}

.factura {
    max-width: 700px;
    margin: auto;
    border: 1px solid #ccc;
    padding: 30px;
    background: #fff;
}

.logo {
    height: 60px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.datos {
    margin-top: 20px;
}

.total {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}

@media print {
    button {
        display: none;
    }
}
