﻿
#page {
--accent-background-color: rgb(0, 0, 0);
--accent-color: rgba(255, 255, 255, 2.55);
--accent-border-color: rgba(255, 255, 255, 2.55);
}
html {
background-image: url(https://files.m3cloud.net/data/m3web/buh/Themes/Icons/Background/bck.png?modified=2024-09-26T11:53:03);
background-size: cover;
background-attachment: fixed;}
#page {
background-color: rgba(255,255,255,0.8);
min-height:100vh;
min-width:1536px;
}
input[type="text"]:focus {
border-color: rgb(0, 0, 0);
}