.color-code {
  color: darkblue;
}

.highlighter{
  background-color: aqua;
}

.hgtiul{
  background-color: white;
}

body {
  background-color: chartreuse;
  background-image: url('dolphin.png');
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}

.highlight{
  background-color: fuchsia;
  color: blue;
}
.kiki{
  color: blueviolet;
  background-color: black;
}

.box{
  border: 5px dotted darkblue;
}

.listContainer {
  display: flex;
}

ul {
  padding-right: 15px;
}