#text_panel{
font-family: nunito;
background-color: rgba(255,255,255,1);
font-size: 2vh;
padding: 1vh;
overflow-y: auto;
}

#text_panel h1{
text-align: center;
font-size: 3.5vh;
}

#text_panel h2{
text-align: left;
font-size: 2vh;
text-transform: uppercase;
}