#header {
background-image: url('/local—files/sandbox:classic-theme/logo.png');
}
#header h1 a, #header h2 span {
color: transparent;
text-shadow: none;
}
#header h1 a::before {
content: 'SCP Sandbox';
color: rgb(238, 238, 238);
text-shadow: 3px 3px 5px #000;
}
#header h2 span::before {
content: 'Осторожно! Идут испытания!';
color: rgb(240, 240, 192);
text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
}