: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;
  display: table-cell;
  vertical-align: middle;
  text-shadow: 1px 1px 2px black;
}

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

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

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

#ulpfp img {
  width: 20vh;
}

#ulpfp a {
  display: contents;
}

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

.navbar li {
  display: inline-block;
  margin: 0 10px;
}

.navbar li img {
  max-width: 10vh;
}

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

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

a:link {
  color: #F7E884;
}

a:hover {
  color: #C9073E;
}

a:clicked {
  color: #4B0063;
}

#recentwork,
#gallerytitle {
  text-align: center;
}

#recentwork,
#gallerytitle h1 {
  font-size: 24px;
}

.nsfwgallery {
  display: list-item;
  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;
  overflow: scroll;
  max-width: 49vh;
}

.nsfwgallery ul img {
  height: 40vh;
  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: center;
  font-size: 5vh;
}

.artgallery {
  display: list-item;
  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;
  overflow: scroll;
  max-width: 49vh;
}

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

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

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











