body {
  font-family: 'Courier New', monospace;
}
.full-box {
    border: 4px dashed white;
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    z-index: 1000;
}   

ul {
  border-bottom: dashed;
  border-color: white;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-image: black;
  overflow: hidden;
}

li {
  float: left;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  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 white;
    padding: 20px;
    color: white;
}

.sun{
  color: white;  
  text-align: center;
}

