{_\,"
{_/
/▨▨▧▧▧╲
/▨▨▨▧▧▧▧▧▧╲ _
///˷ ˷╲╲╲ _( )_
// ( ¤ ) ( ¤ ) (_ o _)
/// · .. ╲(_,_)
/// · ╲╲╲)
(//// ╲╲╲╲╲)
(/// ╲╲╲╲)
◉◉
▏ ▏▏ ▏
▏ ▏▏ ▏
▏ ▏▏ ▏
▏ ▏▏ ▏
.---. ,-----. .---. ____
| ,_| .' .-, '. | _| .' __ `.
,-./ ) / ,-.| \ _ \ ,-./ ) / ' \ \
\ _ `') ; \ '_ / | :\ _ '`) |___| / |
> (_) ) | _` / \ _/ | > (_) ) _.-` |
( . .-' : ( \_/ \ ;( . .-' .' _ |
`-'`-'|___\ `"/ \ ) / `-'`-'|___ | _( )_ |
| \'. \_/ " .' | \\ (_ o _) /
`--------' '-----' `--------` '.(_,_).'
@media screen{
body {
margin:0;
padding:0;
background: #fdd803;
}
pre{
position: fixed;
font-family: "unscii";
color: #df9326;
top: 10%;
left: 0;
right: 0;
bottom: 0;
font-size: 2.9vw;
justify-content: center;
}
#lola{
font-family:"unscii";
color:#df9326;
top:80%;
left:0;
right:0;
bottom: 0;
font-size: 2.8vw;
position: fixed;
}
.print code{
display: none;
}
.scren code{
top: 5% !important;
right: 20% !important;
font-size: 1.3vw;
position: fixed;
width: 10%;
}
}
@media print{
@page{
size: 85cm 150cm;
}
body {
margin:0;
padding:0;
background: transparent;
position: fixed;
width: 10%;
}
pre{
font-family:"unscii";
color:black;
top:0;
left:0;
right:0;
bottom: 0;
font-size:3.5vw;
position: center
}
#lola{
font-family:"unscii";
color:black;
top:80%;
left:0;
right:0;
bottom: 0;
font-size: 2.8vw;
position: fixed;
}
.scren code{
display: none;
}
.print code{
position: fixed;
top:5% !important;
right: 10% !important;
font-size: .6vw;
width: 10%;
}
}