html {
  background: url('/aooni/images/bars.png') 0 0 repeat, black;
}

body {
  font-family: "Arial", monospace;
  font-size: 20px;
}

.container_main {
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 0%;
  margin-bottom: 100px;
  background: url('/aooni/images/kabe2.png');
  border: 24px solid orange;
  border-image: url('/aooni/images/dice border.png') 48 stretch;
  padding: 1%;
}

.gallery {
  display: flex;
}

.gallery div {
  padding: 5px;
}

.gallery img {
  max-width: 100%;
}

header {
    background: url("/index_images/pattern banner dark.png") repeat-x;
    background-repeat: repeat;
    border-bottom-color: #000c27;
}