/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
 background-image: url("https://64.media.tumblr.com/aa23bbddb787273e9da91bfa3d9e6982/e46ec82ed0a23024-d7/s400x600/023045fc201478db690ffe8eb8f65aa26207b030.gifv");
 background-color: #cccccc;
  color: black;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 17px;
letter-spacing: 0.6px;
word-spacing: 1.2px;
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
font-style: normal;
font-variant: normal;
text-transform: none;
}
.button {
  background-color: seagreen;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
}
/* Container needed to position the button. Adjust the width as needed */
.container {
  position: relative;
  width: 50%;
}

/* Make the image responsive */
.container img {
  align-self: center;
  width: 100%;
  height: auto;
}

/* Style the button and place it in the middle of the container/image */
.container .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: seagreen;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}
.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.container .btn:hover {
  background-color: darkgreen;
}
ul {
  list-style-type: none;
  margin-top: 10px;
  margin-right:200px;
  margin-left:200px;
  padding: auto;
  width: auto;
 background-image: url("https://64.media.tumblr.com/4a59e2887a85511b215a7d996f499096/b844aaf291344f5c-00/s400x600/465b3e300f5d3118c576a45660d434a83ba1499c.gifv");
  border: 1px solid #555555;
}

li a {
  display: block;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
}

li {
  text-align: center;
  border-bottom: 1px solid #555555;
}

li:last-child {
  border-bottom: none;
}

li a.active {
  background-image: url("https://64.media.tumblr.com/4a59e2887a85511b215a7d996f499096/b844aaf291344f5c-00/s400x600/465b3e300f5d3118c576a45660d434a83ba1499c.gifv");
  color: white;
}

li a:hover:not(.active) {
  background-image: url("https://64.media.tumblr.com/21070ce99707e98f70de651c29beaa3e/b844aaf291344f5c-93/s640x960/413c461e34585af435064adee4731a383bc51397.gifv");
  color: white;
}

div.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

div.gallery-item {
  margin: 5px;
  border: 1px solid #ccc;
  width: 180px;
}

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

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

div.gallery-item div.desc {
  padding: 15px;
  text-align: center;
}
div.container {
  border: 1px solid seagreen;
  color: mediumseagreen;
  padding: 10px; 
  margin: 10px;
  max-width: 180;
  height: auto;
}



    
    
    bore-image) center / contain no-repeat;
    margin: 0.5em auto;
}
