:root {
    /* Default global value */
    --bulma-weight-extrabold: 600;
    --bulma-content-heading-color: #222!important;
}

html {
    min-height: 100%;
    background: rgb(102,172,122);
    background: linear-gradient(45deg, rgba(102,172,122,1) 0%, rgba(0,121,181,1) 100%);
}

.container {
    /* max-width: 100%!important; */
}

.dropzone {
    min-height: 100px;
    background: rgba(0,0,0,0.05);
    border-radius: 0.375rem;
    border-width: 1px;
}

.dropzone .dz-preview.dz-image-preview {
    background: unset;
}
