
body {
  background-image: url(http://palaena.neocities.org/resources/purplesky.gif);
  background-repeat: repeat;
  color: #3B429F;
  font-family: Calibri;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3B429F;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #3B429F;
}

smallbox, ul {
    height: 50%;
    width: 15%;
    margin-left:5%;
    position: fixed;
    top: 0px;
    color: white;
    background-color: black;
    font-family: Calibri, Sans-Serif;
font-size: 14px;
    padding: 10px;
    margin: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    word-wrap: break-word;
    text-align: left;
    border: 2px solid #3B429F;
    
}
  
longbox, ul {
  height: 98%;
  width: 50%;
  margin-left: 20%;
  position: fixed;
  color: white;
  background-color: black;
  font-family: calibri, sans-serif;
  font-size: 16px;
  overflow: auto;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0%;
  padding-left: 10%;
  padding-right: 10%;
}
h1 {
  color: white;
  font-family: Georgia, sans;
  text-align: center;
  size: 22px;
  text-shadow: 0 0 5px #3B429F, 0 0 7px red;
}

h2 {
  color: #3B429F;
  font-family: Georgia, sans;
  size: 16px;
  text-align: left;
  font-style: oblique;
}
  
  a:link {
    color: #F0C2D8;
    text-decoration: underline;
  }
   a:visited {
    color: grey;
    text-decoration: underline;
  }
  a:hover {
    color: #F0C2D8;
    text-decoration: underline overline;
  }
  
  .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.gallery-item {
  margin: 5px;
  border: 1px solid #ccc;
  width: 400px;
  justify-content: center;
}

.gallery-item:hover {
  border: 1px solid #777;
}

.gallery-item img {
  width: 100%;
  height: auto;
}

.gallery-item.desc {
  padding: 15px;
  text-align: center;
}
