body {
    color:black;
    font-family: "Noto Sans",sans-serif;
    background-color: white;
}

top {
    background-color: black;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 5%;
    border-radius: 0px 0px 1vw 1vw;
    color: white;
}

content {
    color: black;
    font-family: "Noto Sans", sans-serif;
    position: absolute;
    left: 12.5%;
    width: 75%;
    top: 5%;
    height: 90%;
    bottom: 5%;
    border: 5%;
    overflow: auto;
    font-size: medium;
}

bottom {
    background-color: black;
    position: fixed;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 5%;
    border-radius: 1vw 1vw 0px 0px;
    color: white;
}

indention {
    margin-left: 2vw;
    display: block;
    font-family: "Liberation Mono", "DejaVu Sans", "Sans Mono", monospace;
}
