body {
    background-color: #21263c;
}

.asciiart {
    color: white;
    font-family: newConsolas;
    font-size: 10px;
}


#page {
    display: flex;
    margin-top: 15px;
}

#view {
    position: relative;
    display: inline-block;
    flex: 1;
    color: white;
    max-width: fit-content;
    height: fit-content;
    margin-left: 1em;
    margin-top: 0;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 8px;
}

#textbox {
    padding: 15px !important;
    padding-top: 50px !important;
    font-size: 15px;
    max-height: 7em;
    position: absolute;
    bottom: 5em;
    width: 50%
}

#navbar {
    margin-right: 300px;
    max-width: fit-content;
    max-height: fit-content;
    display: flex;
}

a {
    text-decoration: none;
    color: white;
}

a {
    color: yellowgreen;
}

a:hover {
    text-decoration: none;
    color: yellowgreen;
    cursor: pointer;
}

#background {
    opacity: 0.4;
}

@font-face {
    font-family: "newConsolas";
    src: url("src/fonts/Inconsolata_Expanded-Medium.ttf");
}

@font-face {
    font-family: "jgs9";
    src: url("src/fonts/jgs9.ttf");
}

.fakeBlockButton{
    padding: 12px;
    max-width: fit-content;
    max-height: fit-content;
    margin: 0;
    margin-bottom: 1em;
}

.fakeBlockTextBlock{
    padding: 50px;
    height: fit-content;
}

.window-title{
    color: white;
    font-family: newConsolas;
    font-size: 16px;
    position: absolute;
    top: 0;
    padding: 5px;
}

#compass, #template{
    position: relative;
    color: white;
    margin-left: 1em;
    margin-right: 1em;
}

#options{
    font-size:15px;
    padding: 3em;
    width: 15em;
    display: none;
}

.blackBox{
    border-image-slice: 50 79 10 8 fill;
    border-image-width: 40px 57px 5px 5px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: stretch stretch;
    border-image-source: url("./src/border.png");
    border-style: solid;
    background-color: black;
    padding-top: 38px;

}

.whiteBox{
    border-image-slice: 50 79 10 8 fill;
    border-image-width: 40px 57px 5px 5px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: stretch stretch;
    border-image-source: url("./src/notepad.png");
    border-style: solid;
    background-color: white;
    font-family: jgs9;
}

#nameSong, #dateUpd{
    height: fit-content;
    width: max-content;
    position:relative;
    padding: 1em;
    font-size: 1.1em;
    display: none;
    margin-bottom: 1em;
    padding-top: 2.3em;
    color: "black";
}

.optionText{
    position: absolute;
    top: 0;
    right:0;
    padding: 5px;
    color: black;
    font-family: jgs9;
    font-size: 25px;
    padding-left: 15em;
}

.textDesc{
  height: 7em;
  overflow-y: scroll;
  z-index: 200;
  position: relative;
}

.descBlock{
    height: 7em;
}