pre {
  white-space: pre-line;
  text-align : left;
}
#transpose {
color: red;
white-space: pre;
display: none;
}
#major_minor {
display: none;
}
.prechord{
color: red;
white-space: pre;
display: none;
}
.prechorda{
white-space: pre;
}
#lyrics{
white-space: pre;
}
.postchord {
color: red;
white-space: pre;
font-weight: bold;

}
.dark-mode {
background-color: black;
color: white;
}

.dark-mode2 {
color: yellow;
}

body {
font-family: 'Open Sans', sans-serif;
}
p{
margin:0;
padding:0;
/* line-height:25px; */
}

textarea  
{  
font-family: 'Open Sans', sans-serif;
}