html,
.container {
 height: 100%;
}
body {
  height: 100%;
  background-image: linear-gradient(180deg, yellow, red);
  font-family: Clarity City,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Roboto,Ubuntu,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}
div {
  text-align: center;
}
main{
  text-decoration-color: #d6d8db;
}

h1 {
  font-size: 2em;
  font-weight: 600;
  color: #fff3cd;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: 0.5em;
  text-shadow: #000000 1px 0 10px;
}

h2 {
  font-size: 1.5em;
  font-weight: 400;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

img {
  width: 40%;
  margin: auto;
  display: block;
  min-width:300px;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #000;
}

table {
  width: 60%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0px solid #d6d8db;
  margin: 0;
  padding: 0;
  text-align: center;
}

table.center {
  margin-left:auto;
  margin-right:auto;
}

td.left {
  width: 200px;
  text-align: left;
  padding-left: 10px;
  text-shadow: #000000 1px 0 10px;
}

td.right {
  width: 200px;
  text-align: right;
  padding-right: 10px;
  text-shadow: #000000 1px 0 10px;
}
