body {
    background-color: #1b1b1b;
    text-align: center;
    font-family: "Slabo 27px", serif;
    color: #e6e6e6;
    font-size: 15px;
    height: 100vh;
    flex-direction: column;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.slabo-27px-regular {
  font-family: "Slabo 27px", serif;
  font-weight: 400;
  font-style: normal;
}

.notebook {
    display: block;
    unicode-bidi: isolate;
    width: 100%;
}
.grid {
    display: flex;
}
div {
    display: block;
    unicode-bidi: isolate;
}
.left {
    width: 84px;
    height: 275px;
    padding-top: 27%;
    text-align: left;
    padding: 25px;
    border: 1px solid white;
}
.right {
    width: 195px;
    height: 275px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 25px;
    border: 1px solid white;
}
.note {
    margin-bottom: 2em;
    margin-right: 2em;
    text-align: left;
}
a {
    color:#e6e6e6;
    text-decoration: none;
}
a:hover {
   text-decoration: dotted underline;
   border: none;
   color:#8495a4;
}

::-webkit-scrollbar {
    width: 2px;
}
::-webkit-scrollbar-track {
    background: none;
}
::-webkit-scrollbar-thumb {
    background: #ffffff;
}