* {
    box-sizing: border-box;
}

body {
    background-image: none;
}

.box {
    width: 100%;
    height: 100%;

    top: 0;
    right: 0;
    transform: translate(0, 0);

    background-color: black;
    padding: 10px;
    
    border: 2px solid #e7e4df;
    outline: 2px solid black;
}

.header_img {
    position: fixed;
    width: 100%
}


.boxcontent {
    margin-inline: auto;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: black;
    flex: 1;
}

.boxfooter {
    flex-shrink: 0;
    margin: 5px;
    margin-bottom: 0;
    margin-inline: auto;
}

h1 {
    margin-bottom: 0.3em;
}

ol {
  display: flex;
  list-style: none;
  padding-left: 0;
  flex-direction: column-reverse;
}

li {
    line-height: 1.8;
}