body {
  background-image: url('https://demondollhouse.neocities.org/amadeus/bg.png');
}
.header {
  position: relative;
  width: 900px;
  left: -50px;
  height: 150px;
  background-image: url("https://demondollhouse.neocities.org/amadeus/layout/header.png");
  background-size: 100%;
}
.container {
  height: 80%;
  overflow-y: scroll;
  padding: 10px;
  margin: 5px;
}
.outer {
    position: relative;
    background-image: url('frame');
    width:700px;
    height:550px;
    scrollbar-width: none;
}
.main {
    position: absolute;
    background-color: red;
    width:500px;
    height:500px;
    border: none;
    scrollbar-width: none;
}
.navi {
    position: absolute;
    align: left;
    background-image: url("https://demondollhouse.neocities.org/amadeus/pink_rice.png");
    left:-50px;
    width:400px;
    height:500px;
    scrollbar-width: none;
}
.new {
  border: 5px solid #555;
  box-shadow: 5px 10px #812E40;
}
.old {
  border: 5px dashed #555;
  box-shadow: 5px 10px #812E40;
}
th, td {
  padding: 15px;
}

body {
  background-color: black;
  color: #812E40;
}
a {
  text-decoration: none;
  font-family: Arial;
  color: #812E40;
}
  h2 {
  font-family: Arial;
  color: #812E40;
}
p {
  font-family: Arial;
  color: #812E40;
}
