: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: #225042;
  background-image:url(https://goblinteagarden.neocities.org/backgrounds/png/Banner_4.png);
  background-size: cover;
  background-position: center 60px;
  font-size: 26px;
  color:#f5fffc;
  max-width: 1700px;
  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: 50%;
}

.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: 60%;
}

#lib1 img:hover {
  content: url("/assets/buttons/commish_bold_active.png")
}
#lib2 img:hover {
  content: url("/assets/buttons/art_bold_active.png")
}
#lib3 img:hover {
  content: url("/assets/buttons/comics_bold_active.png")
}
#lib4 img:hover {
  content: url("/assets/buttons/tipjar_bold_active.png");
}




