:root {
  --pink: #d4a0c0;
  --purple: #b39ddb;
  --dark: #6a1b4d;
  --deep: #4a148c;
  --cream: #f8f3f7;
  --white: #ffffff;
  --text: #999999;
  --radius: 30px;
}
* { margin:0; padding:0; box-sizing:border-box; }
body { background:#f8f3f7; font-family:'Helvetica Neue',Arial,sans-serif; -webkit-font-smoothing:antialiased; }
img { border:0; display:block; max-width:100%; height:auto; }
a { transition:opacity 0.2s; }
a:hover { opacity:0.85; }
.container { max-width:600px; width:100%; margin:0 auto; }

@media screen and (max-width:600px) {
  .container { width:100% !important; }
  table[class="container"] td { padding-left:15px !important; padding-right:15px !important; }
  td[width="50%"] { display:block !important; width:100% !important; padding:0 0 16px 0 !important; }
  h1 { font-size:28px !important; }
  h2 { font-size:20px !important; }
  [style*="background-image"] { padding:50px 20px 30px !important; }
}

@media screen and (max-width:480px) {
  h1 { font-size:22px !important; }
  h2 { font-size:18px !important; }
  a[style*="padding"] { padding:12px 24px !important; font-size:12px !important; }
}
