body {
  max-width: 40em;
  margin: 0 auto;
  padding: 5px;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.6em;
  color: yellow;
  background-image: url("https://giffiles.alphacoders.com/180/1808.gif");
  Background-size: cover;
  -webkit-appearance: none;
  -moz-appearance: none;
  -appearance: none;
  cursor: none;
}

a:link {
  color: SpringGreen;
  background-color: transparent;
  text-decoloration: none;
}

a:visited {
  color: orange;
  background-color: transparent;
  text-decoloration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoloration: none;
}

a:active {
  color: white;
  background-color: transparent;
  text-decoloration: none;
}
 
h1, h2, h3 {
  font-family: sans-serif;
  font-weight: normal;
}

.gallerybox {
    white-space: nowrap;
    overflow-x: auto;
}

.imgbox img {
    width: 500px;
    height: 500px;
    margin-right: 5px;
    border-radius: 20px;
    border: 2px solid rgb(138, 138, 128);
}