html {
    color: white;
    --body-background-color: #111;
}
html::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 300%;
    background: var(--body-background-color) url("../images/dark_background.png") no-repeat center top / 100% auto;
    z-index: -2;
}

.subscribe input {
    background: rgba(255, 255, 255, 0.05);
    color: white;
}
.subscribe-block {
    color: white;
}
.logo-subtitle {
    font-family: "Title";
}

.logo-description .strike::after {
    border-bottom-color: white;
}

.campaign:has(.content-box) > .title {
    color: white;
}
.campaign:has(.content-box)::after {
    background: linear-gradient(to bottom, transparent 100em, var(--body-background-color) 148em);
}