body {
  padding: 0;
  margin: 0;
  display: flex;
  height: 100vh;
  font-size: 10px !important;
  background-image: url('https://waneinei.neocities.org/other%20images/floral_bun.png');
  background-size: cover;
  background-position: center;
}

.wrapper {
  height: 650px;
  width: 600px;
  display: flex;
  flex-flow: column;
  top: 50%;
  margin: auto;
  border: 1px solid #000;
  box-sizing: border-box;
  background-color: #656353;
}

#header {
  width: 100%;
  height: 200px;
  background-image: url('https://c8.alamy.com/comp/MR0G79/random-pictures-MR0G79.jpg');
  margin-bottom: 0.5rem;
}

#content {
  width: 100%;
  height: 100%;
  background-color: #86866a;
}

#content-inner {
  border: 1px solid #000;
  padding: 1em;
  height: 450.325px;
  display: flex;
  width: 100%;
  overflow-y: scroll;
  background-color: #f0f8fb;
}

#navi {
  width: 100%;
}

#nav-tab {
  width: 100%;
  justify-content: left;
}

#status {
  height: 200px;
  width: 100%;
  border: 1px solid #000;
  background-color: black;
}

#statuscafe {
    padding: .5em;
    background-color: azure;
    font-size: 10px;
    bottom: 0px;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}

#links {
  border: 1px solid #000;
  margin-top: 0.75em;
}

.tab-content {
  width: 100%;
}

.nav-link.active {
  background-color: #86866a !important;
  border-bottom: none !important;
}

.nav-link:hover {
  border-bottom: none !important;
}

.nav-link {
  margin-left: 5px;
  margin-right: 5px;
}