﻿* {
margin: 0;
padding: 0;
border: 0;
outline: 0;
box-sizing: border-box;
}
html, body {
width: 100%;
height: 100%;
color: #FFFFFF;
font-family: Open Sans, sans-serif;
background: #000000 url(none) fixed no-repeat center center;
}
#logo {
position: fixed;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
max-width: 100%;
max-height: 100%;
}
#modal {
top: 0px;
left: 0px;
width: 100%;
height: 100%;
display: none;
overflow: auto;
position: fixed;
background: rgba(0,0,0,0.8);
}
a, a:link {
color: #FFFFFF;
}