body {
  background: #2d3339
}
.warning {
  border: 5px solid #e1dfbe;
  width: 200px;
  margin: 100px auto 20px;
  border-radius: 5px;
  padding: 20px 10px;
  text-align: center;
  font-size: 32px
}
.warning span {
  color: #f4f3ce;
  font-family: sans-serif;
  font-weight: bold;
}
.image {
  position: absolute;
  top: 20%;
  width: 100%;
  text-align: center;
  z-index: -1
}

a {color:#2d3339;}      /* unvisited link */
a:visited {color:#2d3339;}  /* visited link */
a:hover {color:#2d3339;}  /* mouse over link */
a:active {color:#2d3339;}  /* selected link */