@import url('https://fonts.googleapis.com/css2?family=Crafty+Girls&family=Give+You+Glory&display=swap');



   *::-webkit-scrollbar {
        width: 8px;
        }

        #container::-webkit-scrollbar-track {
        background-color: #e4e4e4;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #ccc;
        }

        #container::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #e4e4e4;
        border: 1px solid #aaa;
        }
        
      
body {
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(255, 94, 196, 0.6) 100%
    ),
    url("https://cho.mayulog.net/wp-content/uploads/gp29a.png");
}


.title img {
  position: relative;
  height: 100px;
  margin-top: 50px;
  margin-bottom: -40px;
}


.container {
  display: flex;
  width: 600px;
  height: 450px;
  padding: 10px;

  border: 1px solid #805b40;
  outline: 1px solid #805b40;
  outline-offset: 4px;
  border-radius: 5px;

  background: url("https://cho.mayulog.net/wp-content/uploads/f14.png");
  background-size: cover;

  box-shadow: inset 1px 2px 3px 3px rgba(63, 43, 21, 0.41);
}

.side-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 200px;
}

.note {
  position: relative;
  width: 200px;
  height: 200px;
  margin-top: 20px;

  background: url("https://cho.mayulog.net/wp-content/uploads/f29.png");

  border-radius: 10px;
  box-shadow: 1px 2px 5px 3px gray;

  font-family: "Give You Glory", cursive;
}

.note p {
  position: absolute;
  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 20px;
  text-align: center;
  box-sizing: border-box;
}


.right-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 20px;
  align-items: center;
}

.border,
#hoohoo {
  margin-left: 20px;

  background: url("https://foollovers.com/mat/plaid03/g02-bg-biascheck.gif");
  background-size: 30px;

  border: 1px solid hotpink;
  border-radius: 10px;

  box-shadow: inset 0 0 10px brown;

  font-family: "Crafty Girls", cursive;
}

.border {
  width: 350px;
  height: 400px;
  font-size: 13px;
}


.main {
  width: auto;
  height: 300px;

  margin: 10px;
  padding: 6px;

  background: url("https://cho.mayulog.net/wp-content/uploads/f31.png");
  background-size: contain;

  border: 1px solid brown;
  border-radius: 10px;

  overflow-y: scroll;
  overflow-x: hidden;
}
.main img {
 height:150px;
  border: 2px dashed red;
border-radius: 10px;  
  margin-left: 20px;
  margin-top:5px;
}
.main img:hover {
  filter: saturate(220%);
transition: .25s ease-out;
}

#sub {
  padding: 4px;
  color: white;

  border: 1px solid hotpink;
  border-radius: 5px;

  background: linear-gradient(
    180deg,
    rgba(255,255,255,1) 0%,
    rgba(255,186,217,1) 30%,
    rgba(255,110,175,1) 50%,
    rgba(255,157,194,1) 81%,
    rgba(255,128,189,1) 100%
  );

  text-shadow: 0 0 4px rgba(248,83,171,0.95);
}


#hoohoo {
 
  width: 350px;
  height: 10em;

  padding: .5em;
  box-sizing: border-box;

  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.lala {
  display: inline-block;
  vertical-align: middle;
 font-size:10px;
  width: 100px;
  height: 90%;
  padding: .3em;

  background: url("https://cho.mayulog.net/wp-content/uploads/f31.png");
  background-size: contain;

  border: 1px solid brown;
  border-radius: 10px;

  white-space: normal;

  overflow-y: scroll;
  overflow-x: hidden;
}


#taped::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 40%;
  width: 150px;
  height: 50px;
  background-image: url("https://cho.mayulog.net/wp-content/uploads/tad20.png");
  background-repeat: no-repeat;
  background-size: contain;
}
b {
  color: white;
  text-shadow: 0px 0px 4px hotpink;
background:linear-gradient(90deg,rgba(255, 238, 112, 1) 0%, rgba(0, 0, 0, 0) 86%);}