html, body {
  height: 100%;
  margin: 0;
  min-height: 100vh;
  display: grid;
  grid-template-rows: 1fr auto;
}
h2{
  color: white;
  text-align: center;
  font-size: 40px;
}


footer {
  margin-top: auto;
  color:black;
  padding: 5px;
  background-color:rgb(211,211,211) ;
    
}


table {
  width: 300px;
  border-collapse: collapse ; /* fjerner doble linjer */
  margin: auto auto;
  background-color: rgb(211,211,211);
  }
th, td {
  border: 1px solid black;
  padding: 12px;
  text-align: left;
  color: black;
  font-size: 17px
}




#bestilling{
  width: 90px;
  height: 40px;
  font-size: 15px;
  color: white;
  background-color:black;
  margin-left: 35%;
  margin-bottom: 50px;
  margin-top: 5px;
}