/* CSS specific to the easy quiz builder tutorial page */

.tutorial-section {
  background-color: #1d212b;
  border: 1px solid #1f2531;
  padding: 0.4rem;
  margin-bottom: 1.2rem;
  border-radius: 5px;
}
