/* Custom styles for the course website */

.title {
    color: #2c3e50;
}

.navbar {
    background-color: #34495e;
}

/* Add your custom styles here */
.textbox{
  border:1px solid var(--bs-border-color);
  border-left:4px solid var(--bs-primary);
  background: var(--bs-tertiary-bg);
  border-radius:.5rem;
  padding:.75rem 1rem;
  margin:1rem 0;
}
.textbox .title{
  font-weight:600;
  margin:0 0 .25rem 0;
}
