@font-face {
  font-family: zerowebfont;
  src: url(/fonts/000webfont.ttf);
}

@font-face {
  font-family: yoster;
  src: url(/fonts/yoster.ttf);
}

:root {
  --dk-color: #4d468a;
  --mid-color: #716baa;
  --lt-color: #aba6d4;
  --dkest-color: #332d6b6e;
  --shadow: #4a4764;
  --accent: #56a9e0;
}

html{
  font-family: ms pgothic;
  color: #b9a6d1;
  display: flex;
  justify-content: center;
  align-items: center;
}

body{
  background-image: url(/images/bg/tumblr_inline_mlkyba3ZkV1r53miq.png);
}

::selection{
  color: #e198e9;
  text-shadow: none;
}

main{
  border: 2px solid var(--shadow);
  background-color: var(--dkest-color);
  height: max-content;
  margin: 10px 5px;
  padding: 15px;
}