html, body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: calibri;
  cursor: default;
  background-attachment: fixed;
  background-position: center top 100px, center top;
  background-color: #BFBFBF;
  background-image: url(../art/background2.png), url(../art/background.png);
  background-size: contain;
  background-repeat: no-repeat, repeat;
}
A {
  text-decoration: none;
}
A:link,A:visited {
  color: #000;
}
A:hover {
  color: maroon;
}
h1 {
  text-shadow: 4px 4px 4px rgba(0,0,0,.7);
  margin: 5px;
  color: #130558;
  font-size: 40px;
  height: 50px;
  text-align: center;
  letter-spacing: .1em;
  font-weight: bold;
  -webkit-text-stroke: .5px rgb(60, 53, 124);
}
h2 {
  color: #000;
  font-size: 30px;
  padding: 0;
  margin: 4px;
  height: 40px;
  text-align: center;
}
.scroller {
  scrollbar-color: gray silver;
  scrollbar-width: thin;
  overflow-y: auto;
  overflow: -moz-scrollbars-vertical;
}
div.main {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 8px;
  margin: 0px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
div.top, div.middle, div.bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
div.top, div.bottom {  
  background-color: #0752A8;
  color: #FFF;
  box-shadow: rgba(0,0,0,1) 2px 3px 3px 0;
  border-radius: 30px 10px 20px 10px;
  background-image: url(../art/background3.png);
}
div.middle {
  height: calc(100% - 130px);
}
div.logo {
  height: 100px;
}
div.top_right {
  text-align: right;
}
div.top_right_element {
  margin: 10px 5px 2px 0px;
}
div.left, div.right {
  height: calc(100% - 10px);
}
div.left {
  margin-top: 6px;
  padding-right: 7px;
  width: 230px;
}
div.right {
  width: calc(100% - 240px);
}
div.page {
  height: calc(100% - 55px);
  padding: 0px 4px 0px 4px;
}
div.bottom {
  height: 30px;
}
div.bottom_text {
  position: absolute;
  right: 16px;
  bottom: 11px;
}