body {
  color: white;
  font-family: 'Ms Ui Gothic', sans-serif;
  font-weight: bold;
  margin: 0;
  margin-top: 5px;
    font-size:16px;
    background-color: black;
}

.center {
  margin: auto;
  background-color: gray;
  width: 580px;
  height: 98vh;
  border: 4px solid white;
  border-radius: 8px;
  padding: 5px;
}

hr {
  border: 1px solid #333333;
  border-radius: 5px;
}

.text {
  width: 405px;
  height: 98.5%;
  overflow: auto;
  background-color: black;
  border: 1px solid white;
  border-radius: 4px;
  padding: 0.5%;
}

.text2 {
  float: right;
  width: 156px;
  height: 98.5%;
  overflow: auto;
  background-color: black;
  border: 1px solid white;
  border-radius: 4px;
  padding: 0.5%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* make scrollbar transparent */
}