.box {
  margin-bottom: 1.5rem;
  border: 5px solid rgb(238, 239, 243);
  padding: 1em;
}
.box__title {
  margin: 0;
}
.box:focus, .box:hover, .box.is-focus, .box--is-focus {
  border-color: rgb(29, 38, 42);
}
.box--highlight {
  border-color: rgb(198, 141, 39);
}