body, html{
    padding: 0;
    margin: 0;
  }
  
  #fixed-bg{
  	margin-top: -100px;
    z-index: -10;
    position: fixed;
    width: 100%;
	height: 100%;
    background-image: url(billeder/baggrund.jpg);   /*Sti til baggrundsbillede*/
    background-size: 100%;
    background-repeat: repeat;
    background-position: center center;      
  }

  #box{
  	width: 60%;
  	margin-top: 100px;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    background-color: white;        /*Baggrundsfarve på om-boksen*/
   -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;   
  }
  
  .text{
    padding: 2% 2% 2% 2%;
    font-size: 30px;
    text-decoration: none;
    font-family:'Special Elite', cursive;     
  }
  
 .header {
 	text-align:center;
    font-size: 50px;
    color: black;
    text-decoration: none;
    font-family:'Special Elite', cursive; 
  }   


/*start på options på velkomstside*/
  
 .options {
 list-style-type: none;
 display: block;
 text-align: center;

 } 
  
 .options li{
 padding: 10px 20px 10px 20px;
 margin-left: auto;
 margin-right: auto;
 width: 200px;
 background-color: white;
 display:inline;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
 border-radius: 8px;
 color: black;
  }
  
  .options a:link {
  text-align: center;
  text-decoration: none;
  color: black;
  }
  
/*slut på options på velkomstside*/

.settings {
	margin-top: 120px;
 list-style-type: none;
 display: block;
 text-align: center;

 } 
  
 .settings li{
 padding: 10px 20px 10px 20px;
 margin-left: auto;
 margin-right: auto;
 width: 200px;
 font-size: 35px;
 font-family:'Special Elite', cursive;
 background-color: white;
 display:inline;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
 border-radius: 8px;
 color: black;
  }
  
  .settings a:link {
  text-align: center;
  text-decoration: none;
  color: black;
  }
  
 .knap {
 	background-color: yellow;
   -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    max-width: 40%;
    text-align: center;
 } 
   .knap a:link {
    text-align: center;
    text-decoration: none;
    color: black;     
  }
  