
body{
  background-image: url('/japanmusic/bg.png');
  background-size: cover;
  background-position: center;
  height: 100vh; /* set the height of the body to the viewport height */
  margin: 0; /* remove any default margin */
  font-family: monospace;
  font-size: 18px;
  font-weight: 900;
}

.notepad{
  position: absolute; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  height: 1000px;
  width: 1000px;
}

.textbg{
  height: 100%;
}

.list{
  width: 290px;
  height: 670px;
  overflow: scroll;
  position: absolute;
  top: 280px;
  left: 60px;
}

a{
  color: black;
}

a:hover{
  color: gray;
  cursor: pointer;
}

ul {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}

li {
  padding-bottom: 5px;
}

li:hover{
  color: gray;
  cursor: pointer;
}

.tags{
  width: 290px;
  height: 80px;
  overflow: scroll;
  position: absolute;
  top: 105px;
  left: 60px;
}

.text{
  width: 580px;
  height: 830px;
  overflow: scroll;
  position: absolute;
  top: 120px;
  left: 460px;
}

.title{
  width: 580px;
  height: 60px;
  overflow: scroll;
  position: absolute;
  top: 30px;
  left: 460px;
  font-size: 30px;
  }
  
#output {
  white-space: pre-wrap;
}

#youtube{
  display: none;
}



