.full-box {
    border: 4px dashed white;
    background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}   

ul {
  border-bottom: dashed;
  border-color: white;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);;
  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;
}


.sun{
  color: rgb(22, 15, 15);  
  text-align: center;
}

#photos {
  width: 800px;
  height: 800px;
  position: relative;
}

#neverGiveUpHope {
  width: 120px;
  display: inline;
  position: relative;
}

#patreonimg {
  display: flex;
  flex-direction: row;
  height: 42%;
  width: 42%;
}

#insta-img{
  display: flex;
  flex-direction: row;
  height: 40%;
  width: 40%;
}