body {
  font-family: 'Courier New', monospace;
}
.full-box {
    border: 4px dashed rgba(78, 73, 73, 0.295);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    z-index: 1000;
}   

ul {
  border-bottom: dashed;
  border-color: rgba(78, 73, 73, 0.295);
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

li {
  float: left;
}

li {
  float: left;
}

li a {
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #111;
}

.border-dash{
    border-bottom: 4px dashed rgba(78, 73, 73, 0.295);;
    padding: 20px;
}