body {
    background-image:url("./kuvat/Rollo.jpg");
    background-repeat: no-repeat;
    background-color: skyblue

   }
h1 {
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: black;
    width: 300px;
    margin: auto;
    width: 60%;
    padding: 10px;
}


#Lounasmenu {
    background: lightcoral;
    width: 800px;
    margin: auto;
    width: 60%;
    padding: 10px;
   }
   #Lounashinta {
    background: lightblue;
    width: 400px;
    width: 800px;
    margin: auto;
    width: 60%;
    padding: 10px;
   }#Aukioloajat {
    background: black;
    color: white;
    width: 400px;
    width: 800px;
    margin: auto;
    width: 60%;
    padding: 10px;
   }
   #Pöytävarauslomake {
    background: lightsalmon;
    width: 400px;
    width: 800px;
    margin: auto;
    width: 60%;
    padding: 10px;
   }
   #Sijainti {
    background: white;
    width: 650px;
    width: 800px;
    margin: auto;
    width: 60%;
    padding: 10px;
   }

   #Yhteystiedot {
       background: white;
       width: 700px;
       width: 800px;
       margin: auto;
       width: 60%;
       padding: 10px;
   } 


   #top {
    display:none; 
    position:fixed;
    bottom:20px;
    right:30px;
    z-index:99;
    font-size:2em; 
    border:none;
    outline:none;
    background-color: #0000ff;
    color: white;
    cursor:pointer; 
    padding :10px;
    border-radius:4px;
   }
    
   #top:hover{
    background-color: lightskyblue;
   }

   header {
       background-color: white;
       color: white;
       width: 100%;
       text-align:center;
       height:50px;
   }

ul.navi {
  width:fit-content;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  background-color: white;
  height: 40px;
}

li.navi {
  float: left;
}

li.navi a {
  display: block;
  color: #000000;
  text-align: center;
  padding: 20px 25px;
  text-decoration: none;
}

a:hover:not(.active) {
    background-color: #cccccc;
  }

footer {
    background-color: #ffffff;
    width: 100%;
    text-align:left;
    height:50px;
}