@font-face {
  font-family: stdb;
  src: url(https://files.catbox.moe/k6zsl8.woff2);
}

@font-face {
  font-family: rodingb;
  src: url(https://files.catbox.moe/j21uqm.woff2);
}

body {
    min-height: 100vh;
    margin: 0;
    font-family: 'stdb';
    font-size: 18px;
    color: #fefefd;
    background-image: url(https://files.catbox.moe/ija6zv.jpg);
}

.container {
    display: flex;
    flex-direction: column;
}

.middle {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.middlemid {
  position: absolute;
    display: flex;
    top: 35%;
    left: 35%;
    flex-direction: column;
    border-style: solid;
    background-color: rgba(0, 5, 61, 0.5);
    margin: 5px;
    padding: 5px;
    min-width: 29%;
    max-width: 29%;
    min-height: 10%;
    max-height: 40%;
    overflow-y: auto;
}

.middletop {
  position: absolute;
    display: flex;
    top: 0;
    flex-direction: column;
    border-style: solid;
    background-color: rgba(0, 5, 61, 0.5);
    margin: 5px;
    padding: 5px;
    min-width: 29%;
    max-width: 29%;
    min-height: 10%;
    max-height: 40%;
    overflow-y: auto;
}

.right {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: right;
    justify-content: right;
}

.righttop {
  position: absolute;
    display: flex;
    top: 0;
    right: 0;
    flex-direction: column;
    text-align: center;
    border-style: solid;
    background-color: rgba(0, 5, 61, 0.5);
    margin: 5px;
    padding: 5px;
    min-width: 20%;
    max-width: 20%;
    min-height: 10%;
    max-height: 40%;
    overflow-y: auto;
}

.rightmid {
  position: absolute;
    display: flex;
    top: 50%;
    right: 0;
    flex-direction: column;
    text-align: center;
    border-style: solid;
    background-color: rgba(0, 5, 61, 0.5);
    margin: 5px;
    padding: 5px;
    min-width: 20%;
    max-width: 20%;
    min-height: 10%;
    max-height: 40%;
    overflow-y: auto;
}

.rightdown {
  position: absolute;
    display: flex;
    bottom: 0%;
    right: 0;
    flex-direction: column;
    text-align: center;
    border-style: solid;
    background-color: rgba(0, 5, 61, 0.5);
    margin: 5px;
    padding: 5px;
    min-width: 20%;
    max-width: 20%;
    min-height: 10%;
    max-height: 40%;
    overflow-y: auto;
}

.left {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
}

.lefttop {
  position: absolute;
    display: flex;
    top: 0;
    left: 0;
    flex-direction: column;
    text-align: center;
    border-style: solid;
    background-color: rgba(0, 5, 61, 0.5);
    margin: 5px;
    padding: 5px;
    min-width: 20%;
    max-width: 20%;
    min-height: 10%;
    max-height: 40%;
    overflow-y: auto;
}

.bottomleft {
  position: absolute;
  left: 0%;
  bottom: 0%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bottomright {
  position: absolute;
  right: -5%;
  bottom: -5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}