body {
    background-image: url("/img/backgrounds/flowertile1.png");
    background-attachment: fixed;
    font-family: "Ms UI Gothic";
    font-size: 16px;
    color: #1a0a05;
    cursor: url("/img/cursor/buncursor.png"), auto;
    
}

a:hover, button:hover {
    cursor: url('/img/cursor/buncursor.png'), pointer;
}

::selection {
    color: #162336;
    background-color: #d3eef5;
}

mark { 
  background-color: #d3eef5;
  color: black;
}

.contain {
  display: grid;
  justify-content: center;
  padding-top: 10px;
  height: auto;
  width: 800px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  gap: 20px 20px;
}

a {
  color: #3d2a22;
  text-decoration: none;
}

a:hover {
  font-style: italic;
}

#main {
  grid-area: main;
  position: relative;
  top: 0px;
  width: 500px;
  min-height: 200px;
  background: #f7e9df;
  border-color: #543b33;
  border-style: outset;
  border-width: 4px;
  overflow: hidden;
  
}

#innermain {
  display: grid;
  padding: 20px;
  overflow: auto;
  min-height: 240px;
}



h1 {
  font-size: 18px;
  font-weight: bold;
}

#rabbit1 {
  position: absolute;
  z-index: 1000;
  top: 10px;
  left: 560px;
  
}



.headerone {
  display: flex;
  align-items: center;
  background: #5e4139;
  background-image: url("/img/backgrounds/plaid02.png");
  border-color: #543b33;
  border-style: inset;
  border-width: 4px;
  border-top: none;
  border-left: none;
  border-right: none;
  width: auto;
  height: 50px;
  padding: 8px;
}

.headeronetxt {
  color: #1a0a05;
  font-size: 20px;
  font-weight: bold;
}

.headeronetxt a{
  color: #1a0a05;
}

#floatedimage {

   float: left;
   margin-right: 8px;
}