html { font-family: 'Arial', sans-serif; text-align: center; color: white; }
body { margin:0; padding:40px; background: linear-gradient(135deg,#020381 0%,#7272ff 100%); }
header, footer { margin: 50px 0; }
header img { max-width: 400px; }

.message { background: white; color: black; max-width: 600px; margin: 50px auto; padding: 20px; box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; }

table { width: 640px; margin: 0 auto; color: black; border-collapse: collapse; background: white; box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; }
table td, table th { padding: 10px 15px; word-break: break-all; vertical-align: center; }
table tr td:first-child, table tr th:first-child { width: 200px; font-weight: bold; }
table thead tr { height: 60px; color: white; background: #326ce5; color: white; }
table tfoot tr td { text-align: center; padding: 20px; }
