/*!
 * Start Bootstrap - Heroic Features (https://startbootstrap.com/templates/heroic-features)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-heroic-features/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}
 .violet {

 	background: #f05d29;
 	color:#ffffff;
 }

 h6{
 	 border: 1px solid black;
 	 border-radius: 5px;
 	 padding: 5px 5px 5px 5px;
 	 width:250px; 
 }
 
 .barra::-webkit-scrollbar {
  width: 16px;               /* width of the entire scrollbar */
}

.barra::-webkit-scrollbar-track {
  background: #2c313c;        /* color of the tracking area */
}

.barra::-webkit-scrollbar-thumb {
  background-color: #aaaaaa;    /* color of the scroll thumb */
  border-radius: 3px;       /* roundness of the scroll thumb */
  border: 1px solid #2c313c;  /* creates padding around scroll thumb */
}