@import "https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css";

body {
    font-family: "Poppins", sans-serif !important;
}

.center {
    display: flex;
    justify-content: center;
    margin: auto
}

.center_horizontal {
    display: flex;
    justify-content: center;
}

.parallax {
    background-image: url("images/CoverArt.png");

    width: auto;
    height: auto;
    min-width: 100vw;
    min-height: 100vh;
    opacity: .60;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.small_parallax {
    background-image: url("images/CoverArt.png");

    min-height: 40vh;
    opacity: .60;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
