
body {
  margin: 0;
  font-family: sans-serif;
  background: url('/static/images/menu_background.jpg') no-repeat center center fixed;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  padding: 20px;
}
