@charset "utf-8";
@import "darkly/bulmaswatch.min.css" (prefers-color-scheme: dark);
@import "bulma@0.9.0.css" (prefers-color-scheme: light);

.is-justify-between {
    justify-content:space-between
}
.is-justify-start {
    justify-content:flex-start
}
.is-justify-end {
    justify-content:flex-end
}

.is-align-items-center {
    align-items: center;
}

.navbar-item .navbar-logo {
    max-height: 50px;
}

body {
    display: block;
}

/**
 * SVG styling
 */

.image.is-square svg {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

svg {
    height: auto;
    max-width: 100%;
}

svg {
    height: auto;
    max-width: 100%;
}

.content figure svg {
    display: inline-block;
}

.image svg{
    display: block;
    height: auto;
    width: 100%;
}

.image svg.is-rounded {
    border-radius: 290486px;
}
.image.is-square svg {
    height: 100%;
    width: 100%;
}

.level svg {
    display: inline-block;
    vertical-align: top;
}

.navbar-item svg {
    max-height: 1.75rem;
}