body {
  background: url('https://i.postimg.cc/kX8v0RF0/misc189.jpg');
  font-family: Georgia;
  color: white;
  overflow: hidden;
}

@font-face { 
  font-family: 'MomTT';
  src: url('https://meeeks.neocities.org/FONTS/MomTT.ttf') format('truetype');
}

h1 {
  font-family: 'MomTT';
  color: white;
  text-shadow: -2px 2px 0 red;
}

.header {
  position: relative;
  font-size: 50px;
  top: -80px;
  padding: 0px;
  text-align: left;
  background: transparent;
  z-index: 1;
}

.subheader {
  position: relative;
  font-size: 12px;
  padding: 0px;
  text-align: left;
  background: transparent;
  z-index: 1;
}

.navi {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 10%;
}

.navi a {
  color: white;
  display: block;
  padding: 8px 16px;
  text-decoration: none;
}

.navi a:hover {
  background: black;
  color: red; 
}

/* DROPDOWN NAVI */

.dropdown {
  position: relative;
  display: inline-block;
  color: white;
  padding: 8px 16px;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  color: white;
  min-width: 160px;
  max-height: 150px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  background: black;
  color: red; 
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: black}

.dropdown:hover .dropdown-content {
  display: block;
  background: black;
  color: red; 
}

/* END DROPDOWN */

.wrapper {
  display: flex;
  position: relative;
  top: -200px;
  justify-content: space-around;
  align-items: baseline;
  padding: 0;
  margin: 0;
}

.main {
  background: black;
  border: .5px solid;
  color: white;
  padding: 20px;
  width: 50%;
  height: 50%;
  overflow: scroll;
}

.aside {
  color: white;
  text-align: left;
  padding: 20px;
  width: 15%;
  height: 50%;
}

.footer {
  position: relative;
  padding: 0; 
  bottom: 200px;
  text-align: center;
  background: transparent;
  z-index: -1;
}

.hachi {
  position: relative;
  padding: 0; 
  max-width: 50%;
  bottom: 500px;
  left: 700px;
  background: transparent;
  z-index: 1;
}

.audio {
  display: block;
  text-align: center;
  width: 100px;
  height: 25px;
}

#statuscafe {
    padding: .5em;
    background-color: black;
    border: 1px dashed white;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}
