@namespace url(http://www.w3.org/1999/xhtml);
* {
font-family: "Open Sans", "Segoe UI", "Calibri", sans-serif !important;
}
body {
background-image: url(https://i.imgur.com/2OOdCDG.png);
background-position: top;
background-color: rgb(0, 0, 0);
background-size: contain;
}
html {
--statok: #e7e6ca;
--grayedout: #e7e6ca;
--maintext: #ffffff;
--link: #ffffff;
--boxtitle: #ffffff;
--border: #e7e6ca;
--secborder: #e7e6ca;
--footer: #ffffff;
--alttitle: #e7e6ca;
--boxbg: rgba(20, 24, 28, 0.547);
--secbg: rgba(20, 24, 28, 1);
}
body>header h1 a {
display: none;
}
#bgright {
background: none;
}
@media only screen and (orientation: portrait) {
body {
background-image: url(https://i.imgur.com/2OOdCDG.png);
background-position: top;
background-color: rgb(0, 0, 0);
background-size: contain;
}
}