/* Place your CSS styles in this file */

h1 {
    text-align: center;
    font-family: monospace;
    font-weight: normal;
}
body,h2,h5 {font-family: monospace}
body, html {height: 100%}
.bgimg {
  background-image: url('/w3images/onepage_restaurant.jpg');
  min-height: 100%;
  background-position: center;
  background-size: cover;

        img {
  max-width: 100%;
  class="w3-opacity-max";
  height: auto;
}
.left-margin {
    margin-left: 10px;
}
