width: 100%;
height: 100%;
}
body
{
width: 100%;
height: 100%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
background-color: #263238;
}
.papersheet
{
position: relative;
overflow: hidden;
text-align: center;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 200ms;
transition: all 200ms;
width: 100%;










