/* Chi Pages CSS~ ♡ */
html {
    color: rgb(208, 190, 151);
    background: url(/imgs/ribbon.png) repeat top right;
    background-size: 200px;
    font-family: 'Times New Roman', Times, serif;
    text-align: left;
  }
/* Scroll style~ ♡ */
  /* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border: rgb(206, 188, 166) dashed 1px;
  background-color: transparent;
}
  /* Text Detail~ ♡ */
  h3 {
    font-size:x-small;
    font-family: 'Times New Roman', Times, serif;
    text-align: left;
    padding-left: 5px;
    letter-spacing: 2px;
  }
    /* Page Layout~ ♡ */
  #left {
    position: absolute;
    top: 45px;
    left: 100px;
    height: 600px;
    width: 230px;
    background-color: aliceblue;
}
#right {
    position: absolute;
    top: 45px;
    left: 970px;
  height: 600px;
  width: 230px;
  background-color: aliceblue;
}
.containermain {
  position: absolute;
  top: 45px;
  left: 350px;
  height: 500px;
  width: 600px;
  margin: auto;
  background-image: url(/imgs/chimainbackground.png);
}
.Home {
    position: fixed;
    width: 100px;
    left: 20px;
    bottom: 20px;
  }