body {
  background-image: url("/img/backgrounds/striped.png");
  background-repeat: repeat;
  background-color: white;
  background-attachment: fixed;
  font-family: "Ms UI Gothic";
  font-size: 16px;
  color: #2b445e;
  cursor: url("/img/cursor/teapotcursor.png"), auto;
    
}

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


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

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

a {
  color: #5d93b0;
  text-decoration: none;
  letter-spacing: normal;
  transition: letter-spacing 0.8s ease;
}

a:hover {
  letter-spacing: 2px;
}

#headertxt {
  position: absolute;
  z-index: 1100;
  top: 55px;
  right: 785px;
}

.contain {
  display: grid;
  justify-content: center;
  padding-top: 100px;
  height: 1000px;
  width: 800px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  gap: 20px 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-areas:
    'navi navi main main main main'
    'navi navi footer footer footer footer'
  
}

#main {
  grid-area: main;
  position: relative;
  top: 0px;
  height: 500px;
  width: 1000px;
  background: #ffffff;
  border-color: #c8dde6;
  border-style: outset;
  border-width: 2px;
  border-radius: 5px;
  overflow: hidden;
  background-image: url("/img/backgrounds/brownpaws.png");
  
}

#innermain {
  display: grid;
  justify-items: end;
  overflow: auto;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas:
    'inbox1 inbox2';
  
  
}

#inbox1 {
  grid-area: inbox1;
  position: absolute;
  top: 50px;
  left: 30px;
  height: 400px;
  width: 200px;
  background-image: url("/img/backgrounds/starry.gif");
  border-color: #c8dde6;
  border-style: inset;
  border-width: 2px;
  border-radius: 100px 100px 0px 0px;
  
 
}

#inbox2 {
  grid-area: inbox2;
  background-color: white;
  border-color: #c8dde6;
  border-style: outset;
  border-width: 2px;
  border-radius: 5px;
  margin: 40px;
  width: 500px;
  height: 300px;
  padding: 20px;
 
}

#ininbox2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/img/backgrounds/lighttiles.png");
  background-size: cover;
  border-color: #c8dde6;
  border-style: inset;
  border-width: 2px;
  border-radius: 5px;
  height: 80px;
  overflow: auto;
}

#ribbon {
  position: absolute;
  z-index: 1000;
  top: 500px;
  left: 740px;
  
}

#bunside {
  
  position: absolute;
  z-index: 1000;
  top: 165px;
  right: 360px;
  
}

#mascot {
  position: absolute;
  z-index: 1000;
  top: 170px;
  right: 420px;
  
  
}

#clouds {
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 600px;
  
  
}

#footer {
  grid-area: footer;
  height: 40px;
  background: #a2e2f2;
  background: linear-gradient(180deg, rgba(162, 226, 242, 1) 0%, rgba(91, 198, 222, 1) 47%, rgba(247, 243, 240, 1) 100%);
  border-color: #c8dde6;
  border-style: outset;
  border-width: 2px;
  border-radius: 5px;
  width: 100%; 
  overflow: hidden;
  display: flex;
  white-space: nowrap;
  
}

#navi {
  grid-area: navi;
  height: 500px;
  width: 250px;
  background-image: url("/img/backgrounds/clouds 2.gif");
  border-color: #c8dde6;
  border-style: outset;
  border-width: 2px;
  border-radius: 5px;
  overflow: auto;
  
}

#innernavi {
  display: grid;
  padding-top: 20px;
  gap: 8px;
  justify-content: center;
  align-items: center;
  place-items: center;
  
}

.innernavibutton {
  display: grid;
  align-items: center;
  justify-contents: center;
  place-items: center;
  background: #a2e2f2;
  background: linear-gradient(180deg, rgba(162, 226, 242, 1) 0%, rgba(91, 198, 222, 1) 47%, rgba(247, 243, 240, 1) 100%);
  border-color: #85b3cc;
  border-style: outset;
  border-width: 2px;
  border-radius: 5px 5px 5px 5px;
  width: 150px;
  height: 30px;
  font-size: 18px;
  font-weight: bold;
  
}

.innernavibutton a {
  color: #2b445e;
  text-decoration: none;
  letter-spacing: normal;
}

.innernavibutton a:hover {
  font-style: italic;
}

#linkme {
  
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 0 5px #143b61;  
  
}

#buttonbox {
  display: flex;
  flex-direction: column;
  padding: 8px;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(223, 235, 242, 1) 100%);
  border-color: #c8dde6;
  border-style: inset;
  border-width: 2px;
  border-radius: 5px;
  width: 150px;
  height: 80px;
  overflow: auto;
  
}

.headerone {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a2e2f2;
  background: linear-gradient(180deg, rgba(162, 226, 242, 1) 0%, rgba(91, 198, 222, 1) 47%, rgba(247, 243, 240, 1) 100%);
  border-color: #85b3cc;
  border-style: solid;
  border-width: 2px;
  border-radius: 5px 5px 1px 1px;
  width: auto;
  height: 30px;
}

.headeronetxt {
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0 0 5px #143b61;
}

.marquee {
  overflow: hidden;
  display: flex;
  width: 100%;
  margin: 8px;
  box-sizing: border-box;

}

.marquee-track {
  display: flex;
  animation: scroll 20s linear infinite;
  justify-content: flex-start;
  gap: 8px;
  padding-left: 8px;
}

.marquee:hover .marquee-track {
  animation-play-state: paused;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); } 
}

#bottext {
  position: fixed;
  bottom: 0px;
  right: 8px;
  z-index: 1000;
  
}

#status {
  display: inline-block;
  place-items: center;
  padding: 20px;
  background-color: white;
  height: 150px;
  width: 120px;
  top: 540px;
  left: 1000px;
  position: absolute;
  z-index: 1000;
  border-color: #c8dde6;
  border-style: outset;
  border-width: 2px;
  border-radius: 5px;
  overflow: auto;
  
}