body{
    overflow: hidden;
}
.container-fluid{
    display: grid;
}
.titlebox, .msgbox{
    margin-bottom:15px;
}
.interface{
    height: 94.5vh;
    overflow: scroll;
    padding: 35px;
    text-shadow: 0px 0px 15px white;
}
.interface p, .tab-pane h3, #defaultmsg, h6{
    text-decoration: none;
    font-family: "Press Start 2P", system-ui;
    text-align: left;
}
.directorybox{
    height: 94.5vh;
}
.directorybox p, h3{
    text-decoration: none;
}
.directorybox p{
    font-family:"Bitcount Prop Single", sans-serif;
    padding: 20px 0px 20px 0;
}
#msg{
    text-align: justify;
    padding: 10px;
}
#subtitle{
    padding: 0px 0px 20px 0px;
}
#breadcrumb{
    border: 0;
    box-shadow: 0 0 ;
    padding: 10px;
    margin-bottom: 0;
}
#breadcrumb a:after{
    content: "";
}
.centering{
    padding-bottom: 35px;
}
.directorybox hr{
    width: 90%;
    margin: auto;
}
.breadcrumb a:hover:after, #rtrnbtn{
    content:"";
}
#placeholder{
   display: none;
}
.tab-pane h1, .directorybox h1{
    font-family: "Audiowide", sans-serif;
}
.directorybox h1{
    text-align: center;
}
.tab-pane p{
     font-family:"Bitcount Prop Single", sans-serif;
     font-size: 18px;
}
hr{
    border: 1px solid red;
}
#entrylist{
    list-style-type: disc;
    border:0;
}
#entrylist li{
    padding: 0;
}
#defaultmsg{
    text-align: justify;
}
.tab-pane p{
    text-align: justify;
}