body {
  background: url(https://sweet-pea.neocities.org/graphics/backgrounds/FL-bg4.gif);
  color: black;
  font-family: Verdana;
}

.maincontainer {
  background: clear;
  height: 400px;
  width: 600px;
  display: fixed;
  margin: auto;
  margin-top: 160px;
}

.pfp {
  height: 120px;
  width: 120px;
  border-radius: 3px;
  position: absolute;
  margin-left: 25px;
  margin-top: 10px;
  filter: drop-shadow(2px 2px 0px #a0a36f);
  z-index: 1;
}

@font-face {
  src: url(https://files.catbox.moe/akhaj3.ttf);
  font-family: pixcursive;
}

.textbox {
  background: white;
  height: 205px;
  width: 385px;
  margin: auto;
  position: absolute;
  margin-top: 20px;
  margin-left: 15px;
  border-radius: 3px;
  border: 10px solid transparent;
  border-image: url("https://bluecaet.neocities.org/resources/beigeborder.png")
    7 round;
}

.welcome {
  font-size: 30px;
  color: #b38a5d;
  font-family: pixcursive;
  letter-spacing: 1px;
  margin-left: 135px;
  margin-top: 5px;
}

.text {
  width: 250px;
  margin-left: 135px;
  color: #875749;
  font-family: MS UI GOTHIC;
  font-size: 11px;
  word-spacing: 1px;
  position: absolute;
}

.divider {
  height: 10px;
  width: 10px;
  margin-top: 82px;
  position: absolute;
  margin-left: 55px;
}

.button1 {
  background-image: repeating-linear-gradient(
    -45deg,
    #f7f5ed,
    #f7f5ed 1px,
    transparent 0,
    transparent 50%
  );
  background-size: 6px 6px;
  background-color: #fefdfa;
  height: 23px;
  width: 100px;
  color: #8f4958;
  text-decoration: none;
  font-family: MS UI GOTHIC;
  letter-spacing: 2px;
  position: absolute;
  border: 1px dotted #e7e0ca;
  line-height: 25px;
  font-size: 11px;
  margin-top: 90px;
  margin-left: 10px;
  text-shadow: -2px 0px 1px white, 0px 2px 1px white, 2px 0px 1px white,
    0px -2px 1px white;
  border-radius: 10px;
  text-align: left;
}

.button2 {
  background-image: repeating-linear-gradient(
    -45deg,
    #f7f5ed,
    #f7f5ed 1px,
    transparent 0,
    transparent 50%
  );
  background-size: 6px 6px;
  background-color: #fefdfa;
  height: 23px;
  width: 100px;
  color: #8f4958;
  text-decoration: none;
  font-family: MS UI GOTHIC;
  letter-spacing: 2px;
  position: absolute;
  border: 1px dotted #e7e0ca;
  line-height: 25px;
  font-size: 11px;
  margin-top: 120px;
  margin-left: 10px;
  text-shadow: -2px 0px 1px white, 0px 2px 1px white, 2px 0px 1px white,
    0px -2px 1px white;
  border-radius: 10px;
  text-align: left;
}

.button1:hover,
.button2:hover {
  color: #a0a36f;
}

.button1::before,
.button2::before {
  display: inline-block;
  width: 12px;
  height: 8px;
  margin-top: 2px;
  margin-left: 10px;
  content: "";
  background: url("https://bluecaet.neocities.org/resources/bowicon.png")
    no-repeat 0 0;
  background-size: 100%;
  filter: drop-shadow(white 1px 0px 1px) drop-shadow(white 0px 1px 0px)
    drop-shadow(white -1px 0px 0px) drop-shadow(white 0px -1px 0px);
}

.blinkiesbox {
  background: white;
  height: 205px;
  width: 130px;
  margin: auto;
  position: absolute;
  margin-top: 20px;
  margin-left: 435px;
  border-radius: 3px;
  border: 10px solid transparent;
  border-image: url("https://bluecaet.neocities.org/resources/beigeborder.png")
    7 round;
}

.blinkiescon {
  height: 196px;
  width: 130px;
  overflow-y: scroll;
}

::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: url("https://bluecaet.neocities.org/resources/darkplaitedbg.png");
}
