body {
  background: url(/img/bgs/bg1.jpg);
  margin: 0;
}
h1, p {
  margin: 0;
}
.shell.warning {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
}
.husbandos {
  display: flex;
  flex-direction: column;
}
.warning_block {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: 900px;
  border: 146px solid #000000;
  border-image: url(/img/graphics/tenna_border.gif) 33% round;
}
.warning_text_block {
  display: flex;
  flex-direction: row;
  padding: 10px 10px 10px 10px;
  border-radius: 2px;
  background-color: #0C0C0F;
  color: #EBEBEB;
}
header {
  display: flex;
}
header div {
  margin-left: 10px;
}
header img {
  height: 44px;
}
.warning_text_block a {
  margin: auto;
}
hr {
  border: solid 5px;
  color: #EBEBEB;
}
nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
nav a {
  padding: 6px 12px;
  background-color: #0C0C0F;
  color: #EBEBEB;
  font-weight: bold;
  text-decoration: none;
}
.curtains {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 223px;
}
.flip {
  position: absolute;
  transform: scaleX(-1);
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 223px;
}