body {
  margin: 0;
}
#background-container {
  background-color: #6495c0;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  min-width: 1000px;
}
.dindon {
  width: 100%;
  max-width: 1230px;
  height: auto;
  position: fixed;
  left: 0px;
  bottom: 0px;
}
#message-container {
  text-shadow: 0 1px 2px #000000;
  position: absolute;
  width: 70%;
  text-align: center;
  font-family: "OpenSansRegular", "Helvetica", Arial, sans-serif;
  font-size: 30px;
  color: white;
  top: 25%;
  margin-left: 15%;
  margin-right: 15%;
}
