main {
  background-color: black;
  color: white;
  font-family: "Comic Sans MS";
  text-align: center;
  width: 75%;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  box-shadow: 0px 0px 10px 10px black;
  border-radius: 10px;
}

.footerimg {
  width: 150px
}

a {
  color: cornflowerblue;
}
@font-face {
  font-family: "Comic Sans MS";
  src: url("ComicSansMS3.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

body {
  background-image: url("snowballonlap.jpg");
  font-family: "Comic Sans MS", "Comic Sans MS", ComicSans, sans-serif;
}

li {
  list-style-position: inside;
}

@font-face {
    font-family: PynicEgl;
    src: url("conlangs/PynicEgl.woff2");
    font-weight: normal;
    font-style: normal;
}

.eglbig {
    font-family: "PynicEgl";
    font-size: 50px;
}

.egl {
    font-family: "PynicEgl";
    font-size: 25px;
}

#pynicbackground {
    background-image: url("/conlangs/PynicFlag.png")
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px;
    margin: 15px;
    background-color: white;
    color: black;
    box-shadow: 0px 0px 5px 5px white;
    border-radius: 10px;
}

#uibackground {
    background-image: url("/conlangs/uiflag.png")
}