.sidebar-nav {
    margin-top: 20px;
    padding: 0;
    border-style: solid;
    list-style: none;
    background-color: lightblue;
}

#logout-form {
  display: inline;
}
#logout-form button {
  padding: 0;
  margin: 0;
}

textarea  
{  
   font-family:"Times New Roman", Times, serif;  
   font-size: 10px;   
}