<style>
    body {
        font-family: Arial, sans-serif;
        background-color: #f8f8f8;
        margin: 0;
        padding: 0;
    }

    .outer-frame {
        border: none;
        background-color: transparent;
        padding: 10px 20px;
        margin-bottom: 20px;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ffdd57;
    }

    .warning-text {
        margin-right: 10px;
        font-size: 36pt;
    }

    .warning-message {
        font-size: 24pt;
    }

    h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .qr-text-container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .small-qr {
        width: 60px;
        height: auto;
        margin-left: 20px;
    }
.warning-table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.warning-column {
  flex: 1;
  text-align: center;
}
</style>