body {
    min-height: 100vh;
    background-image: url(https://files.catbox.moe/e78o8f.png);
    background-repeat: no-repeat;
    background-size: 225vh;
    background-position: center;
}

a { text-decoration: none; }

h1 {
    margin-top: 0;
    margin-bottom: 0;
}

h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.boxblog {
    position: absolute;
    top: -12.5%;
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-top: 10%;
    min-width: 35%;
    max-width: 35%;
    min-height: 80%;
    max-height: 80%;
    padding: 5px;
    border-style: solid;
    background-color: #00053d;
}

.boxbloglong {
    position: absolute;
    top: -12.5%;
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-top: 10%;
    min-width: 35%;
    max-width: 35%;
    min-height: 80%;
    padding: 5px;
    border-style: solid;
    background-color: #00053d;
}

.boxblogmini {
    display: flex;
    flex-direction: column;
    margin: 5%;
    margin: 5%;
    margin-top: 2%; 
    margin-bottom: 0;
    padding: 5px;
}

body {
    min-height: 100vh;
    margin: 0;
    font-family: 'stdb';
    font-size: 18px;
    color: #fefefd;
    background-color: black;
}

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

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: 'rodinb';
  font-size: 22px;
  display: flex;
  text-decoration: none;
}

.boxl {
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-top: 5px;
    padding: 5px;
    width: 80%;
    max-height: 17vh;
    text-align: left;
    overflow-y: scroll;
    border-style: solid;
    border-width: 2px;
    background-color: #393265;
}

.boxs {
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-top: 5px;
    padding: 5px;
    width: 33.5%;
    max-width: 33.5%;
    max-height: 125px;
    text-align: left;
    overflow-y: scroll;
    border-style: solid;
    border-width: 2px;
    background-color: #393265;
}

.row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.half {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 50%;
}