html, body {background: #000;}


.container {
  margin: auto;
  position: absolute;
  top: 20px; left: 0; bottom: 0; right: 0;
  text-align: center;
}

.message {color: #fff; font-size: 16px; font-family: tahoma; font-weight: bold; margin-top: 20px;}

.message2 {color: #fff; font-size: 16px; font-family: tahoma; margin-top: 20px;}
.message2 span {color: #dbb259;}