body {
    min-height: 100vh;
    background-image: url(https://files.catbox.moe/p5dn81.gif);
    background-repeat: repeat;
    font-family: 'stdb';
    font-size: 18px;
    color: #fefefd;
    overflow: hidden;
}

h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

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

.boxblog {
    position: relative;
    display: flex;
    top: 10%;
    flex-direction: column;
    margin: 0;
    min-width: 75vh;
    max-width: 75vh;
    min-height: 70vh;
    max-height: 70vh;
    padding: 5px;
    overflow-y: scroll;
    border-style: solid;
    background-color: #00053d;
}

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

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

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