  body, h1, h2, h3, h4, h5, h6 {
    font-family:Tahoma, "Trebuchet MS", sans-serif;
  }
  
  .divider {
    font-size: 12px;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 15px auto;
}

  .divider::before, .divider::after {
    flex: 1;
    content: '';
    padding: 0.5px;
    background-color: #ced4da;
    margin: 5px;
}
  
/* unvisited link */
  a:link {
	text-decoration:none;
	color: #000000;
  }
	
/* mouse over link */
  a:hover {
    text-decoration:underline;
  }

  *:focus {
    box-shadow: none !important;
  }
  
  /* Hide scrollbar for Chrome, Safari and Opera */
  .example::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar */
  .example {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  
  /* Hide scrollbar */
  .scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }