:root {
  --background-color: #2c876c;
  --fg-color: #010101;
  --accent-color: #6f2b2b;
}

html, body{
  height: 100%;
}

html{
  display: table;
  margin: auto;
}

body {
  font-family: Diehl Deco;
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  background-color: #0E5252;
  background-image:url(https://goblinteagarden.neocities.org/backgrounds/png/Banner_3.png);
  background-size: cover;
  background-position: center 60px;
  font-size: 26px;
  color:#f5fffc;
  max-width: 1600px;
  display: table-cell;
  vertical-align: middle;
}

.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.navbar ul {
  list-style-type: none;
  margin: 0;
  display: contents;
  padding-left: 10%;
  padding-right: 10%;
}

#ulpfp {
  margin: 0;
  display: contents;
}

#ulpfp img {
  width: 15%;
}

#ulpfp a {
  display: contents;
}

#ulpfp img:hover {
  opacity: 70%;
}

.navbar li {
  display: inline-block;
  margin: 0 10px;
  padding-left: 2%;
  padding-right: 2%;
}

.navbar li img {
  max-width: 120px;
}

#r1navli img{
  max-width: 160px;
}

.navbar ul img:hover {
  opacity: 70%;
}

.windowpanes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 40px;
  text-shadow: 1px 1px 2px black;
  grid-template-areas:
  "a b"
  "c d";
  align-items: start;
}

.windowpanes h2 {
  font-size: 36px;
}

.windowpanes h3 {
  font-size: 20px;
}

#pane1 {
  grid-area: a;
}  

#pane2 {
  grid-area: b;
  padding: 10px;
} 

#pane3 {
  grid-area: c;
  padding: 10px;
} 

#pane4 {
  grid-area: d;
} 

.some-container {
  overflow-x: auto;
  scroll-marker-group: after;
}

#lib1 img:hover {
  content: url("/assets/buttons/portfolio_bold_active.png")
}
#lib2 img:hover {
  content: url("/assets/buttons/nsfw_bold_active.png")
}
#lib3 img:hover {
  content: url("/assets/buttons/sketches_bold_active.png")
}
#lib4 img:hover {
  content: url("/assets/buttons/characters_bold_active.png");
}

.nsfwgallery {
  display: contents;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
  gap: 2vh;
  text-shadow: 1px 1px 2px black;
}

.nsfwgallery ul img {
  height: 30vh;
  object-fit: contain;
}
  
.nsfwgallery ul {
  list-style-type: none;
  margin: 0;
  display: contents;
  padding-left: 10%;
  padding-right: 10%;
}

.nsfwgallery ul img:hover {
  opacity: 70%;
}

.nsfwgallery h1 {
  justify-self: anchor-center;
  font-size: 5vh;
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  