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: rgb(23, 20, 220);
    height: 140vh;
}

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

.desk{
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    /* border-radius: 30px;  */
}

.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;
}
.collection-item {
    text-transform: uppercase;
    /* border-radius: 30px;  */
} 
.collection-item:hover {
    text-decoration: underline;
}