html{position:relative;height:100%;min-height:100%}
body{
margin:0;
background-image:url('img_shrines/img_five-nights-at-freddys/fondo-.png');
background-size:cover;background-position:center;
font:600 15px 'Oxanium';
text-align:justify;
color:#E6E6E6
}
::-webkit-scrollbar{display:none}
html{-ms-overflow-style:none;scrollbar-width:none}
@font-face{font-family:'Remaster';src:url('fonts/Remaster.ttf')}
@font-face{font-family:'Basic';src:url('fonts/FORCED SQUARE.ttf')}
.static::before{
background:linear-gradient(#12101000 50%, #00000060 50%), linear-gradient(90deg, #FF00000F, #00FF0005, #0000FF0F);
background-size:100% 2px, 3px, 100%;
pointer-events:none;
content:" ";
display:block;
position:fixed;
top:0;bottom:0;
left:0;right:0;
z-index:10
}
main{width:1400px;height:900px;margin:auto;margin-top:20px;position:relative}
.computer{
width:1260px;height:930px;
background-image:url('img_shrines/img_five-nights-at-freddys/computer-.png');
background-size:1260px;background-repeat:no-repeat;
position:absolute;
z-index:5
}
.screen{
width:700px;height:530px;
background-image:url('img_shrines/img_five-nights-at-freddys/screen-.gif');
background-size:700px;background-repeat:no-repeat;
top:70px;left:200px;
position:absolute;
z-index:1
}
.screen-black{width:100%;height:100%;background-color:#00000066}
.freddy{
width:400px;height:525px;
background-image:url('img_shrines/img_five-nights-at-freddys/freddy-.png');
background-size:400px;background-repeat:no-repeat;
position:absolute;
bottom:140px;right:80px;
z-index:1
}
aside{
width:300px;
margin:0;padding:0;
background-color:#000;
font:80px 'Remaster';
color:#FF0000;
text-align:center;
border:5px solid #383838;
border-radius:5px;
box-shadow:0 0 0 10px #5E5E5E;
position:absolute;
right:30px;bottom:110px;
& .red{width:40px;height:10px;background-color:#FF0000;border-radius:5px 5px 0 0;position:absolute;top:-25px;right:10px}
& .green{width:40px;height:10px;background-color:#7FFF00;border-radius:5px 5px 0 0;position:absolute;top:-25px;right:60px}
}
h2{
font-size:15px;
position:absolute;
right:50px;top:145px
}
a{color:inherit;text-decoration:none;&:hover{color:#FFFF00}}
video{width:100%;position:relative;z-index:1}
h3{
font-size:20px;
position:absolute;
bottom:20px;left:60px;
}
aside, h2, h3{z-index:4}
.content{
width:630px;height:465px;
padding:20px;
overflow-y:scroll;
position:absolute;
left:220px;top:80px;
z-index:5;
& p{
margin:15px 0;
line-height:23px;
}
}