: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: #421A2B;
  background-image:url(https://goblinteagarden.neocities.org/backgrounds/png/Banner_5.png);
  background-size: cover;
  background-position: center 60px;
  font-size: 26px;
  color:#f5fffc;
  max-width: 55vh;
  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: 20vh;
}

#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%;
}

.commission-header {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 22px;
  justify-content: center;
  text-shadow: .5px .5px 1px black;
}

.commission-header img {
  width: 50vh;
  justify-content: center;
}

.commission-index {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 22px;
  text-shadow: .5px .5px 1px black;
  align-items: center;
}

.commission-index img {
  width: 20vh;
}

.commission-index h2 {
  font-size: 26px;
}

.commission-index h3 {
  font-size: 20px;
}

a:link {
  color: #F7E884;
}

a:hover {
  color: #C9073E;
}

a:clicked {
  color: #4B0063;
}











