



body {
  background-image: url('https://sleepydogspace.neocities.org/website-background.png');
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
  color: black;
  font-family: 'aseprite', Courier;
  font-size: 200%;
  margin: 50px;
}

home {
  display: inline-block;
  margin-bottom: 20px;
}
home a:link {
  color: white;
}

home a:visited {
  color: white;
}

home a:hover {
  text-decoration: none;
}


.biggerboot {
  display: grid;
  grid-template: 
    "put a pin in it"
}

.topcontainer {
  position: relative;
  padding: 18px;
  color: blue;
  border: 5px dashed darkorange;
  border-radius: 18px;
  background: rgba(255, 255, 224, 0.8);
  margin-bottom: 30px;
  font-size: 150%;
}

.topcontainer p {
  margin: 5px;
  
}
 
.container {
  max-height: 600px;
  min-height: 600px;
  overflow-y: auto;
  display: relative;
}

.container .gallery {
  background-color: lightyellow;
  height: 200px;
  display: flex;
  margin-bottom: 10px;
  border: 5px dashed blue;
  background: rgba(255, 255, 224, 0.8);
}

.container img {
  height: 100%;
  border-radius: 5px;
}





