.spaced {
  line-height: 2.3;
}

ul.lamp {
  margin-left: 50px;
}

ul.lamp li:before {
	content: "💡";
	position: absolute;
	left: 25px;
}

ul.decimal {
    list-style-type: decimal;
    margin-left: 50px;
}

li{
  color: #666;
  margin-bottom: 20px;
}

.command {
  color: #25b;
  font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif;
}
.path {
  color: rgb(187, 34, 100);
  font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif;
}
.commandStatement {
  margin-top: 10px;
  margin-left: 15px;
}

.rounded-video {
	border-radius: 16px; /* Adjust this value to increase or decrease the roundness */
	overflow: hidden; /* Ensures the corners appear rounded by clipping the video */
}