* {
    margin:0;
    box-sizing:border-box;
}
body {
    background:blue;
}
button {
    border-radius:0;
}
.bodyText {
    /* Body */
    position:absolute;
}
.windowText {
    /* Body */
    position:absolute;
    height:470px;
    width:700px;
    min-height:200px;
    min-width:300px;
    top:30px;
    /* Color */
    background:white;
    /* Display */
    overflow:scroll;
}
.topbarText {
    /* Body */
    position:absolute;
    z-index:1;
    height:30px;
    width:700px;
    /* Color */
    background:white;
    /* Display */
    padding:4px;
}
