#crossout{
    text-align: center;
    font-family: "Audiowide", sans-serif;
}
#subtitle{
    text-decoration: none;
    font-family:"Bitcount Prop Single", sans-serif;
}
.directorybox{
    height: fit-content;
    padding: 15px;
}
.interface{
    height: 94.5vh;
    padding: 35px;
}
.interface p{
    text-decoration: none;
    font-family: "Press Start 2P", system-ui;
    text-align: justify;
    text-shadow: 0 0 15px white;
    font-size: 18px;
}
.directoryhead{
    text-decoration: none;
    text-align: left;
    font-family:"Bitcount Prop Single", sans-serif;
    text-shadow: 0 0 15px white;
}
#placeholder{
    display: none;
}
#breadcrumb{
    border: 0;
    box-shadow: 0px 0px;
    font-family: "Audiowide", sans-serif;
}
.tab-pane h1, .tab-pane h3{
    font-family: "Audiowide", sans-serif;
    margin: 0;
}
.tab-pane ul{
    border: 0;
}
.tab-pane li{
    list-style-type: disc;
    float: left;
    padding-right: 35px;
}
.tab-pane hr, .directorybox hr{
    border: 1px solid red;
}
.tab-pane p{
    font-family:"Bitcount Prop Single", sans-serif;
}
#defaultmsg{
    font-family: "Press Start 2P", system-ui;
}