* {
    margin: 0;
  }
  
  html, body{
      color: black;
      background-image: url("assets/images/intersection.png");
      border-color: #dddddd;
      font-size: 18px;
      line-height: 75px;
      font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
      background-repeat: no-repeat;
      background-color: #ffcfbc;  
      height: 100%;  	
  }
  .wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
  }
  title {
      background-color: purple; 
      text-align: center; 
      font-style: bold;
      color: black; 
  }
  #game{
      text-align: left;
      background-color: white; 
      orientation: landscape;
      width: 100%;
      max-width: 960px;
      margin: 0 auto;
      clear: both;	
      font-size: 20px; 

  }
  #container{
      width: 100%;
      max-width: 960px;
      margin: 0 auto;
      clear: both;	
  }
  
  footer {
    width: 100%; 
    max-width: 960px;
    margin: 0 auto;
    clear: both;
    font-size: 18px;
    color: #fff;
    color: #ccc;
    text-align: center;
    background: #666;
    border-top: 8px solid #4aaaa5;
    height: 50px;
  }
  header {
    width: 100%; 
    max-width: 960px;
    margin: 0 auto;
    clear: both;
    font-size: 20px;
    color: #fff;
    color: #ccc;
    text-align: center;
    background: #666;
    border-top: 8px solid #4aaaa5;
    height: 50px;
    padding-bottom: 20px; 

  }
  form {
    float: center; 
    font-style: bold; 
    text-align: center; 
  }