/* Public CSS */
*{box-sizing:border-box}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:#f9f9f9;color:#333}
a{color:#ff006e}
img{max-width:100%;height:auto}
