body {
    font-family: sans-serif;
  }
  
  /* Make content area fill the entire browser window */
  html,
  .fullscreen {
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  
  .orderbtn {
	  font-size: 2em; 
	  color: white; 
	  background-color: #d82027; 
	  padding: 1em; 
	  margin-bottom: 0.25em; 
	  border-left: 5px solid white; 
	  border-right: 5px solid white;
  }
  
  .responsive {
  max-width: 100%;
  height: auto;
}

p {
	padding: 0 15px 5px 15px;
}
  
  /* Center the content in the browser window */
  .container {
    margin: auto;

  }
  
 .center {
	    text-align: center; 	 
 } 
  
  @media only screen and (min-width: 768px) {
  .container {
    border: 1px solid #ccc;
  }
}
  
  .title {
    font-size: 3rem;
  }

  .hidden {
    display: none !important;
  }
  
  #installContainer {
    /*position: absolute;
    bottom: 1em;
    display: flex;*/
    justify-content: center;
	background-color: #eee;
    width: 100%;
  }
  
  #installContainer button {
    background-color: #689F38;
    border: 1px solid white;
    color: white;
    font-size: 1.25em;
	font-weight: 700;
    padding: 0.75em 2em;
	margin-top: 1em;
	margin-bottom: 1em;
  }

  a {
      color: #d82027;
  }
  
  #footer {
	  background-color: #0f0f0f;
	  padding: 0.75em;
	  margin-top: 2em;
	  color: white;
  }
  
    #footer a {
      color: white;
  }