html,
body {
    min-height: 100%;
    margin: 0;
}

body {
    background: url("/images/background.jpg") top center / cover no-repeat fixed;
}

.site {
    background: transparent !important;
}

main {
    background: transparent !important;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: url("/images/background.jpg") top center / cover no-repeat;
    z-index: -1;
}

.buttons-row .sppb-column-addons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.buttons-row .sppb-addon-wrapper{
    margin: 0 !important;
}
.buttons-row .sppb-btn{
    width: 200px;
}
.site-grid .com-content-article.item-page .item-image {
    width: 50%;
    padding: 10px;
}
