:root {
    --theme-color1: black;
    --theme-color2: green;
}

html { scroll-behavior: smooth; }

body { color: black; }

#slideshow .nivoSlider::before { content: none; }

#to_top {
    position: fixed;
    display: inline-block;
    z-index: 1;
    bottom: 20px;
    right: 20px;
    padding: 5px 10px 5px 5px;
    background-color: var(--theme-color2);
    color: white;
    text-decoration: none;
    border-radius: 999px;
}

figure.image.align-left { clear: left; }

figure.image.align-right { clear: right; }

a:has(.paypal-button) { text-decoration: none; }
