* {
    --bulma-skeleton-background: white;
    --bulma-navbar-height: 40px;
    --bulma-navbar-background-color: black;
    --bulma-navbar-item-color: white;
    --bulma-body-font-size: 1.2em;
    --bulma-body-color: white;
    --bulma-navbar-item-img-max-height: 3em;
    --bulma-scheme-main: rgb(12, 12, 12)
}

:root {
    --bulma-body-background-color: rgb(12, 12, 12);
}
html {
    overflow-y : auto;
    --bulma-scheme-main: rgb(12, 12, 12);
    scroll-behavior: smooth;
}

.navbar {
    --bulma-navbar-background-color: rgba(0, 0, 0, 0.349);
    margin-bottom: 10px;
    position: fixed;
    width: 100vw;
}

.content {
    padding: 10px;
}

.cards {
    display: flex;
}

.card {
    margin-bottom: 30px;
    width: 400px;
    height: 360px;
    margin: 20px;
}

.card img {
    display: block;
}

.fakenavbar {
    height: 73.59px;
    width: 100vw;
}
