@charset "utf-8";html,body{background:url(assets/background.gif);}*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}#card{width:640px;height:1000px;margin:20px auto;background:url(assets/card.jpg);position:relative;-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,.2);-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,.2);box-shadow:0px 0px 10px 1px rgba(0,0,0,.2);}#wish{width:460px;height:380px;position:absolute;left:90px;top:290px;//background: rgba(255,0,0,0.1);font-family:'Bitter',serif;color:#f8f7e9;font-size:16px;line-height:20px;}#content a{color:#f8f7e9;text-decoration:underline;}#signature{display:block;margin-top:20px;color:#f1f0ac;font-style:italic;}#signature a{color:#f1f0ac;text-decoration:underline;}#prev,#next{position:absolute;top:632px;left:212px;display:block;xbackground:rgba(0,0,0,0.1);padding:20px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}#next{left:352px;}#prev span,#next span{display:block;width:36px;height:36px;border:2px solid #f8f7e9;background-image:url(assets/arrow-left.png);background-position:-5px -2px;transition:all ease-in-out 0.1s;cursor:pointer;-moz-border-radius:18px;-webkit-border-radius:18px;border-radius:18px;}#prev:hover span,#next:hover span{background-color:rgba(248,247,233,1);background-position:-43px -2px;}#next span{background-image:url(assets/arrow-right.png);background-position:-40px -2px;}#next:hover span{background-position:-2px -2px;}#counter{width:65px;height:65px;position:absolute;top:638px;left:288px;color:#f8f7e9;}#counter b,#counter span{display:block;width:65px;height:40px;font-size:28px;color:#f8f7e9;font-family:'Roboto Slab',serif;letter-spacing:2px;text-align:center;margin-top:13px;cursor:default;}#counter span{font-size:12px;color:#f8f7e9;font-family:'Bitter',serif;letter-spacing:0;margin-top:-10px;opacity:0.7;}#logo{display:block;position:absolute;width:236px;height:30px;background:url(assets/logo.png);left:198px;top:805px;opacity:0;transition:all ease-in-out 0.1s;cursor:pointer;}#logo:hover{opacity:1;}#twatter{width:102px;height:102px;background:url(assets/twitter.png) no-repeat center center;position:absolute;top:880px;left:270px;opacity:0;transition:all ease-in-out 0.14s;background-size:54px 36px;cursor:pointer;}#twatter:hover{opacity:1;}@media screen and (max-width:641px) {body{min-width:640px;}#card{margin:0 auto;}}