body{
  padding: 0 0;
  margin: 0 0; 
  color: white;
  font-family: "Courier New", Courier, monospace;
  font-size: 1em;
  background: url(../images/backgrounds/background.jpeg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
a, a:hover, a:active, a:visited {
  color: white!important;
  text-decoration: underline;
}
span.logo {
  color: #fff;
  background: rgb(54, 25, 25); 
  background: rgba(54, 25, 25, .5);

  font-size: 1.2em;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;

  padding: 5px;
  border-radius: 5px;
}
div.logo {
  position:relative;
  margin-top: 10em;
  margin-bottom: 10em;
}
div.information {
  position:relative;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 2em;

  color: white;
  border: none;
  background: rgb(54, 25, 25);
  background: rgba(54, 25, 25, .5);
  font-size: 2em;
}
div.dialog {
  color: white;
  border: none;
  font-size: 2em;
}
div.dialog-background {
  background: black;
}
.center {
  text-align: center;
}
div.menu {
  position:relative;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 5em;

  color: white;
  border: none;
  background: rgb(54, 25, 25);
  background: rgba(54, 25, 25, .5);
  font-size: 2em;
}
div.menu-background {
  color: white;
  background: rgba(54, 25, 25, .5);
  font-size: 2em;
}
