html,body { padding: 0; margin: 0; width: 100%; height: 100%;
font-family: 'Optima',sans-serif;
overflow: hidden;
background: #fcfaf5;
}
::-webkit-scrollbar {
width: 4px;
}
::-webkit-scrollbar-track {
background: transparent;
}
::-webkit-scrollbar-thumb {
width: 4px;
height: 10px;
background: #ddd;
}
.curtain {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,0.9);
}
.curtain .inner {
position: absolute;
top: 20%;
left: 50%;
width: 400px;
padding: 10px;
margin-left: -210px;
background: #fff;
box-shadow: 0 1px 4px #888;
}