

body {
  font-family: "Courier";
  background-color: #ebebb7;
  width: 600px;
  margin: 0 auto;
  padding: 0;
}
h4 {
  color: #cd0000;
  font-size: 42px;
  letter-spacing: -2px;
  text-align: left;
}
.list {
  color: #182094;
  font-size: 22px;
  padding: 0;
  width: 500px;
  font-family: courier, monospace;
  border: 1px solid #dedede;
}
.list li {
  list-style: none;
  border-bottom: 1px dotted #ccc;
  text-indent: 25px;
  height: auto;
  padding: 10px;
  text-transform: capitalize;
}
.list li:hover {
  background-color: #ebebb7;
  -webkit-transition: all 0.2s;
  -moz-transition:    all 0.2s;
  -ms-transition:     all 0.2s;
  -o-transition:      all 0.2s;
}
.lines {
  border-left: 1px solid #ffaa9f;
  border-right: 1px solid #ffaa9f;
  width: 2px;
  float: left;
  height: 495px;
  margin-left: 40px;
}

/*Tape heading I*/
.tapeheading1 {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 80px;
  background-image: url("/images/paper-tape1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: black;
  text-decoration: none;
  font-family: "Permanent Marker", cursive;
  font-size: 28px;
  letter-spacing:2px;
  text-shadow: 0px 0px 1.5px #4d4d4dff;
}