body {
  background-image: url('images/backgrounds/12-blue.gif');
  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 #f8f5c7;
  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 #f8d1a5;
  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 #fae2b7;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
  font-size: 13px;
}

.sidebar h2 {
  font-size: 14px;
  background-image: url('/images/backgrounds/13-gray.gif');
  border: 2px dashed #f7d884;
  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/yellow-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: #e0f5dc;
  color: #2f4e6b;
  padding: 4px 8px;
  border-bottom: 1px solid #cfcfcf;
}

.box-content {
  padding: 8px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.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 {
  position: relative;
  width: 90%;        
  height: auto;     
  padding: 20px;
  text-align: left;
  border-width: 9px;
  border-style: solid;
  border-image: url(images/borders/yellowcookie.gif) 9 fill round;
  margin-bottom: 20px;   /* space between each whitecloudybox */
}


.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: auto;
  height: auto;
  border: 2px solid #ffe5b4;
}

.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);
}

.sideimg {
  float: left;         /* push image to the left */
  margin-right: 15px;  /* space between image and text */
  width: 150px;        /* set width */
  height: auto;        /* keep proportions */
  border-radius: 10px; 
}
.entry {
  overflow: auto;      /* makes sure container grows with floated img */
}


::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 */
  image-rendering: pixelated;
}

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}