* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
header > h1{

text-align: center;
margin: 10px ;
/* border: black solid 5px; */
border-radius: 10px;
padding: 10px;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}



@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
.Start{
  max-width: 300px;
  text-align: center;
  margin: auto;
  border: black solid 5px;
  border-radius: 10px;
  padding: 10px ;
  justify-content: center;
  margin-bottom: 100px;
}
.om{
  max-width: 300px;
  text-align: center;
  margin: auto;
  border: black solid 5px;
  border-radius: 10px;
  padding: 10px ;
  justify-content: center;
  margin-bottom: 100px;
}
.Oss{
  max-width: 300px;
  text-align: center;
  margin: auto;
  border: black solid 5px;
  border-radius: 10px;
  padding: 10px ;
  justify-content: center;
  margin-bottom: 100px;
}
.Kebabpizza{
    max-width: 450px;
    display: block;
    max-width: 75%;
    margin: auto;
  }
  @media screen and (min-width: 600px) {
    .Kebabpizza{
      max-width:400px;
      margin: 50px;
    }
    
  }
  



  @media screen and (min-width: 600px) {

    main > h2{
      width: 295px;
    }

  }
  @media screen and (min-width: 900px) {

    main > h2{
      width: 295px
      
    }
    
  }


.öppettider{
  
  padding: 10px;
  width: 75%;
  margin: auto;
}
@media screen and (min-width: 900px) {
  
  .öppettider{
    max-width: 400px;
  }
}
main > table > tbody > tr:nth-child(even){
  background-color: lightgoldenrodyellow;
  }
  main > table > tbody > tr:nth-child(odd){
  background-color: lightskyblue;
  }

main > table,
main > table , main > table > tbody > tr > th, td,
main > table , main > table > tbody > tr > th, td{
    border: black solid 3px;
    border-collapse: collapse;
    

}

footer {
  margin-top: 100px;
  background-color: beige;
}