html, body {
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: 100vh !important;
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    display: flex !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

::-webkit-scrollbar{
    display: none !important;
}

.h0{
    font-size: 3rem;
}

.h1{
    font-size: 2.5rem;
}

.h2{
    font-size: 2rem;
}

.h3{
    font-size: 1.5rem;
}

a {
    text-decoration: none !important;
    color: var(--foreground) !important;
}

a:hover {
    text-decoration: none !important;
    filter: drop-shadow(1px 1px 1px var(--primary));
}

.paper{
    background-color: var(--paper);
    border: 1px solid var(--paper-border);
    border-radius: 0.5rem;
    padding: 0.5rem;
    margin: 0.5rem;
}

.paper-nopad{
    background-color: var(--paper);
    border: 1px solid var(--paper-border);
    border-radius: 0.5rem;
}

.el-1{
    filter: drop-shadow(1px 1px 1px #00000033);
}

.el-2{
    filter: drop-shadow(2px 2px 2px #00000033);
}

.el-3{
    filter: drop-shadow(3px 3px 3px #00000033);
}

.el-4{
    filter: drop-shadow(4px 4px 4px #00000033);
}