html {
background-position: center;
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
background-color: black;
color:white;
font-size:20px;
font-family: font2;
text-align:center;
text-shadow: 4px 4px 4px black;
margin:0;
overflow:hidden;
}
@font-face {
font-family: font1;
src: url(./font/font1.ttf);
font-weight: bold;
}
@font-face {
font-family: font2;
src: url(./font/font2.ttf);
font-weight: bold;
}
.btn{
background-color:white;
box-shadow: 4px 4px 4px black;
border: 2px solid black;
border-radius: 10px;
width: 250px;
height: 55px;
color:black;
text-align: center;
padding: 6px;
margin: 6px;
font-size:24px;
font-family: font2;
cursor:pointer;
}
.btn:hover{
color:white;
background-color:black;
cursor:pointer;
box-shadow: none;
border: 2px solid white;
}
.button{
background-color:white;
box-shadow: 4px 4px 4px black;
border: 2px solid black;
border-radius: 10px;
width: 100px;
height: 40px;
color:black;
text-align: center;
padding: 6px;
margin: 6px;
font-size:23px;
cursor:pointer;
}
.button:hover{
color:white;
background-color:black;
cursor:pointer;
box-shadow: none;
border: 2px solid white;
}
.magnum{
font-family:font1;
height:50px;
font-size:65px;
margin-top:2%;
padding:5px 0 5px 0;
}
.bottopmsg{
font-family:sans-serif;
text-align:center;
display:block;
position:fixed;
bottom:23px;
width:100%;
height:43px;
font-size:27px;
padding:5px 0 1px 0;
}
h2{
font-size:30px;
}
h3{
font-size:30px;
}
#cacheInfo{
position:absolute;bottom:10px;left:15px;font-size:32px;text-shadow: 4px 4px 4px black;font-weight:bold;display:inline-block;z-index:1;
}
#CacheProgress {
position:fixed;left:0;right:0;top:50;bottom:10px;max-width:100%;max-height:100%;margin:auto;
width:1076px;height:15px;
background-color:#1B3D8F;box-shadow:0 0 0 3px black;
}
#CacheBar {
width:0%;height:100%;background-color:white;
}
.cacheUPDbg {transition:opacity 1000ms;
position:fixed;left:0;right:0;top:0;bottom:0;max-width:100%;max-height:100%;margin:auto;	
width:100%;height:100%;
background-image: url('img/img.jpg');
opacity:1;display:none;z-index:900;
}
.cacheUPD {
position:fixed;left:0%;right:0;top:280px;bottom:0px;max-width:100%;max-height:100%;margin:auto;	
width:1100px;height:400px;
line-height:30px;align-items:left;
font-family:sans-serif;font-size:32px;text-shadow: 4px 4px 4px black;text-align:center;color:white;z-index:901;
}
.notfound {
margin:0;
font-size:150px;
line-height:150px;
font-family: font1;