
.note-box {
  clear: both;
  font-size: small;
  border: solid 2px #F4CE99;
  border-radius: 10px;
  padding: 1em 1em;
  margin: 5%;
}

.code-box {
  clear: both;
  font-size: x-small;
  border: solid 1px #4E4C45;
  border-radius: 4px;
  margin: 5%;
}

.terminal-box {
  clear: both;
  border: solid 2px #CCCCCC;
  border-radius: 10px;
  margin: 5%;
  padding: 1em;
  color: white;
  background-color: #300A24;
  font-family: 'Courier', 'Courier New', Consolas, Monospace;
}
