body {
  background-image: url('images/backgrounds/orangetile.png');
  font-family: "MS PGothic", "Verdana", sans-serif;
  font-size: 14px;
  color: #5a4a4a;
  line-height: 1.4em;
  cursor: url("/images/cursor.webp"), auto;
  margin: 0;
  padding: 0;
}

#the-layout {
  position: relative;
  width: 990px;
  margin: 20px auto;
  padding: 10px;
  border: 6px solid #c7d7f8;
  border-radius: 15px;
  background: #fffafc;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.15);
}

header {
  width: 100%;
  height: 180px;
  background-size: cover;
  border: 4px solid #a5b4f8;
  border-radius: 12px;
  margin-bottom: 15px;
}

.menu {
  background-image: url('images/backgrounds/food.png');
  border-radius: 10px;
  margin: 10px 0 15px;
  padding: 6px;
  font-size: 15px;
  color: #312b2f;
  box-shadow: inset 0 0 6px rgba(0,0,0,0.05);
}

.page-layout {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.sidebar {
  width: 180px;
  flex-shrink: 0;
  padding: 10px;
  border-radius: 12px;
  background: #fafdff;
  border: 3px solid #9cb9f8;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
  font-size: 13px;
}

.sidebar h2 {
  font-size: 14px;
  background-image: url('/images/backgrounds/bluetile2.gif');
  border: 2px dashed #b6cdff;
  border-radius: 8px;
  padding: 4px 6px;
  margin: 8px 0;
  text-align: center;
  color: #7a4a68;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}

.sidebar ul li a {
  text-decoration: none;   /* removes underline */
  color: inherit;          /* makes link use parent text color */
  margin-bottom: 10px;
  margin-left: 8px;
  width: 145px;
  height: 34px;
  background-image: url("/images/buttons/blue-nav.png"); 
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  transition: transform 0.1s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.sidebar li {
  margin: 4px 0;
}

.content {
  flex: 1;
}

.box-title {
  background: #dce9f5;
  color: #2f4e6b;
  padding: 4px 8px;
  border-bottom: 1px solid #cfcfcf;
}

.box-content {
  padding: 8px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

.row {
  display: flex;
  margin-bottom: 12px;
  gap: 12px;
}

.col {
  flex: 1;
  padding: 15px;
  border-radius: 12px;
  border: 2px solid #f3cce2;
  background: #fffdfd;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
  text-align: center;
  font-size: 13px;
}

.whitecloudybox {
  width: 100%;
  height: 540px; /* adjust as needed */
  border: 40px solid transparent;  /* thickness of the border */
  box-sizing: border-box;
  margin-bottom: 2%;
  border-image-source: url('/images/borders/cloud.png');
  border-image-slice: 40 fill;   /* cut 40px from each edge */
  border-image-width: 40px;
  border-image-repeat: repeat;   /* keeps bows/tiny dots from stretching */
  background: #fffffd;           /* inner background */
  color: black;
  padding: 10px;
}

.whitecloudyfull { 
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: transparent;
  color: black;
}

.whitecloudybox2 {
  height: 300px;
  border: 11px solid transparent;
  margin-bottom: 2%;
  border-image: url(https://angel99.neocities.org/lace1-2.gif) 50 round;
}

.whitecloudyfull2 {
  width:100%;
  height:100%;
  overflow-y:auto;
  background: #fffffd;
  color:black;
}

.footer-img {
  width: 550px;
  height: auto;
  border: 2px solid #f7af80;
}

.loli {
  position: absolute;
  top: 760px;
  right: 390px;
  filter: drop-shadow(6px 6px 5px rgb(83, 76, 44));
  z-index: 1000;
}

.updates {
  background: url('images/borders/blackboard.jpg') no-repeat center;
  background-size: contain;  
  color: #1b0707;
  width: 145px; 
  height: 147px;              
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding: 35px 8px 8px;
  font-size: 10px;
  box-sizing: border-box;
  margin: auto;
}

.updates-title {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
}

.counter {
  background: #fff;
  border: 2px solid #f3cce2;
  border-radius: 10px;
  padding: 8px;
  text-align: center;
  margin: 5px 0;
}

.mood {
  width: 120px;
  height: 75px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  color:rgb(49, 25, 25);
}

::selection {
  background-color: #ffabd5;
  color: #ffffff;
}

::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}

::-webkit-scrollbar-track {
  background-color: #c0c0c0;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
}

::-webkit-scrollbar-thumb {
  background-color: #808080;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a0;
}

html,
body {
  user-select: none;           /* Chrome, Opera */
  -webkit-user-select: none;   /* Safari */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
}

