* {
  box-sizing: border-box;
}

body {
  background-image: url("images/lace.png");
  font-family: "Delius";
}

#header, #main, #footer {
  margin: auto;
  max-width: 70%;
}

 #main {
    display:flex;
    border-width:20px;
    height:620px;
    border: 65px solid transparent;
    border-image: url("images/frillborder.gif");
    border-image-slice: 65;
    border-image-repeat: round;
    border-top: none;
}
  
   #leftside, #rightside, #middle {
    background-color: white;
}

  #leftside, #rightside {
    width:25%;
    background-color: #ffe5ec;
}
  
#middle {
  width:50%;
  padding:15px;
  font-size:18px;
  letter-spacing: 1px;
  background-image:url('images/polkadot.png');
  overflow:auto;
  line-height: 25px;
}

#header {
    padding:5px;
    font-size:35px;
    margin-top:30px;
    border: 65px solid transparent;
    border-image: url("images/frillborder.gif");
   border-image-slice: 65;
    border-image-repeat: round;
    border-bottom: none;
}
#headerinside {
  background-image:linear-gradient(to left, white, 60%, transparent), url(images/dots.png);
  border-radius: 10px;
  padding:5px;
  position: relative;
  border:3px solid #b28350;
}
#header h1 {
  position:static;
  top:0px;
  right:0px;
  transition:0.5s ease;
  font-family: "Lobster";
  font-weight:normal;
  letter-spacing: 3px;
  color: #588157;
}

.banner {
  position: relative;
  top:-5px;
  filter:saturate(50%);
}

.banner img {
  height: 45px;
}

.bannertxt {
  position:absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  letter-spacing:2px;
  font-family: "Delius";
  font-size:40px;
}

#nav {
  border-radius:25px;
  background-color:white;
  margin:10px;
  margin-top:20px;
  background-image:url('images/dots.png');
}

.navbuttons {
  width:100%;
}

.button {
  width:100%;
  margin:10px;
}

.button img {
  vertical-align:middle;
  margin-right:5px;
  width:17px;
  height:17px;
  filter:saturate(80%);
}

.button button {
  padding:5px;
  font-size:17px;
  border:1px #999 solid;
  border-radius: 5px;
  width:80%;
  margin-bottom:10px;
  font-family:"Delius";
  transition:1s ease all;
  background-image:url(images/dots.png);
}

.button button:hover {
  cursor:pointer;
  letter-spacing: 2px;
  background-image:linear-gradient(to bottom, white, 75%, rgba(255, 255, 255, 0.597)), url(images/dots.png);
}

.updates {
  border-radius:25px;
  background-color:white;
  margin:10px;
  margin-top:20px;
  background-image:url('images/dots.png');
  padding:5px;
  padding-left:20px;
  line-height:25px;
  font-size:17px;
  overflow-y:auto;
  height:100px;
  padding-top:0px;
}

.stampbox {
    background: #ffe5ec;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 72px;
}