@font-face {
    font-family: 'Bunchlo';
    src: url('/assets/fonts/bunchlo/bungc.woff2') format('woff2'), 
        /*url('fonts/my-font.woff') format('woff'); /* Add other formats if needed */
    font-weight: normal;
    font-style: normal;
}

body {
  background: #333;
  overflow: hidden;
}

::-webkit-scrollbar {
  display: none;
}

div {
  margin: 0;
  padding: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  z-index: 0;
}

#container {
  font-family: Bunchlo;
  width: 350px;
  height: 70%;
  max-height: 500px;
  top: 50%;
  left: 50%;
  -webkit-perspective: 5000px;
  perspective: 5000px;
  transform: translate(-50%, -50%) rotateY(20deg);
}

#container p {
  padding: 0 5px 0 5px;
}

#container hr {
  margin: 0 20px 0 20px;
}

.panel-node {
  width: 100%;
}

.panel-cutout {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#content {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow-y: scroll;
  height: 100%;
}

#content, .panel-content {
  background: #fefee0;
}

.panel-content {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.backface > * {
  opacity: 0.25;
}

#lorem {
  font-size: 7em;
  float: left;
  color: red;
  border: 1px solid black;
  margin-right: 5px;
}

#tree {
  float: right;
  width: 10em;
  height: 10em;
  border: 1px solid black;
  margin: 0 5px 0 2px;
}

a {
  color: black;
}

a:hover {
  color: black;
}

img {
  max-width: 100%;
}

#boru {
  float: left;
  width: 10em;
  height: 15em;
  border: 1px solid black;
  margin: 2px 5px 0 5px;
}