html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

header {
    background-color: #000;
    color: #fff;
    padding: 1rem;
    text-align: center;
    height: 5vh;
}

main {
    padding: 1rem;
}

footer {
    background-color: #000;
    color: #fff;
    padding: 1rem;
    text-align: center;
    height: 5vh;
}

aside {
    background-color: #000;
    color: #fff;
    padding: 1rem;
    text-align: center;
    background-color: crimson;
    height: 87vh;
}

.detail{
    height: 87vh;
    overflow-y: scroll;
}

.desk{
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.bigtoast{
    font-size: 1.5rem !important;
    padding: 30px;
}
.slimtoast{
    font-size: 1rem !important;
    padding: 5px;
}

.toast{
    /*background-color: transparent !important;*/
    
}
.modal{
    max-width: 90% !important;
    width: 90% !important;
    max-height: 90% !important;
    height: 90% !important;
    top: 5% !important;
}