: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/goblin_gardener.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 60px;
  font-size: 26px;
  color:#f5fffc;
  max-width: 1700px;
  display: table-cell;
  vertical-align: middle;
}

