body.theme-light {
    background-color: #fcfcfc;
    color: #131313;
}

body.theme-dark {
    background-color: #131313;
    color: #fcfcfc;

    --bulma-shadow: 0 0.5em 1em -0.125em rgba(54,60,85,.05), 0 0px 0 1px rgba(66,73,101,.2);
  


    .is-danger{
      color: var(--bulma-danger-light);
    }
  
}

@media screen and (max-width: 1024px) {
    .navbar-burger{
        margin-inline-end: .75rem;
    }
    .navbar-end {
        margin-inline-end: .75rem;
    }
}

.card{
    --bulma-card-radius: 0rem;
}

.scroll-container a {
    position: fixed;
    text-decoration: none;
    right: 0.1rem;
    bottom: 1rem;
    cursor: pointer;
    font-size: 2em;
    font-weight: 400;
    margin-right: 0.4em;
    color: #fff;
    padding: 0.3em 0.4em 0em 0.4em;
    border-radius: 0.1em;
    background-color: rgba(0, 0, 0, 0.4);
}
.scroll-container a:hover {
    color: #666;
    background-color: rgba(0, 0, 0, 0.2);
}
.divider{
    border-top: 1px solid #b8d9ed;
    max-width: 85%;
    margin: auto;
    padding-bottom: 1em;
    box-shadow: 0 -5px 10px -9px #000;
}