@charset "utf-8";

html { font-size: 10px; }
* { margin: 0; padding: 0; box-sizing: border-box; }
table { border-collapse: collapse; width: 100%; }
ol, li { list-style: none; }
a { color: inherit; text-decoration: none; }
address,em { font-style: normal; }
caption,legend { display: none; }
select,input,fieldset,button { border: 0; outline: none; vertical-align: top; }
img{vertical-align: top; border: 0;}

body{
   font-family: 'Paperlogy-4Regular';
   font-style: normal;
   font-weight: 400;
   color: #333333;
   font-size: 20px;
}