@font-face {
  font-family: opd;
  src: url(OpenDyslexic-Regular.otf);
}
@font-face {
  font-family: opd;
  src: url(OpenDyslexic-Bold.otf);
  font-weight: bold;
}
body {
  color: #804a55;
  scrollbar-color: #8f38ff #d6ecf3;
  scrollbar-width: thin;
  font-family: opd;
  font-size: 1rem;
  padding: 0;
    padding-left: 0px;
  padding-left: 25px;
  max-width: 900px;
  margin-left: 125px;
}
.main-content {
     background-image: url(background 1.png);
     position: relative;
     display: flex;
     z-index: 1;
}
.centerdiv {
    position: absolute;
    scrollbar-width: thin;
    scrollbar-color: #FFBDBD #FFEFEF;
    overflow: auto;
    overflow-y: scroll;
    width: fit-content;
    margin-left: 400px;
    margin-top: 150px;
    z-index: 2;
    justify-content: center;
    align-items: center;
    top: 1fr;
    height: 475px;
    max-height: 500px;
    max-width: 800px;
    flex-grow: 2fr;
}
.nav {
    position: absolute;
    flex-grow: 1fr;
    display: flex;
    top: 120px;
    margin-top: 70px;
    margin-left: 185px;
    height: 0px;
    z-index: 3;
}
.status {
    position: absolute;
    flex-grow: 1fr;
    top: 120px;
    margin-left: 190px;
    margin-top: 250px;
}
li {
    position: relative;
    right: 20px;
    list-style-type: none;
}
.upd {
    position: absolute;
    margin-left: 1000px;
    top: 200px;
    width: 100px;
    justify-content: center;
    align-items: center;
}
a:link {
  color:#804a55;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #804a55;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color:#804a55;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #804a55;
  background-color: transparent;
  text-decoration: underline;
}