@import url("https://fonts.googleapis.com/css?family=Lato:400,700");#container{position:absolute;display:flex;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;height:50%;justify-content:space-around;align-items:center}#txLink{overflow:hidden;text-overflow:ellipsis;display:inline-block;max-width:90%;cursor:pointer}#txLink,h1{color:#fcfcfc}h1{font-size:.9em;font-weight:100;letter-spacing:3px;padding-top:5px;padding-bottom:5px;text-transform:uppercase}.green{color:#4ec07d}.red{color:#e96075}.alert{font-weight:700;letter-spacing:5px}.dot,button{cursor:pointer}#success-box{width:30%;height:85%;min-width:300px;min-height:330px;background:linear-gradient(to bottom right,#b0db7d 40%,#99dbb4);perspective:40px;z-index:9999}#error-box,#success-box{border-radius:20px;box-shadow:5px 5px 20px hsla(225,8%,81%,.1)}#error-box{width:35%;height:100%;right:12%;background:linear-gradient(to bottom left,#ef8d9c 40%,#ffc39e)}#error-box,.dot{position:absolute}.dot{width:8px;height:8px;background:#fcfcfc;border-radius:50%;top:4%;right:6%}.dot:hover{background:#c9c9c9}.two{right:12%;opacity:.5}.face{animation:bounce 1s ease-in infinite}.face,.face2{position:absolute;width:22%;height:22%;background:#fcfcfc;border-radius:50%;border:1px solid #777;top:21%;left:37.5%;z-index:2}.face2{animation:roll 3s ease-in-out infinite}.eye{position:absolute;width:5px;height:5px;background:#777;border-radius:50%;top:40%;left:20%}.right{left:68%}.mouth{position:absolute;top:43%;left:41%;width:7px;height:7px;border-radius:50%}.happy{border-color:transparent #777 #777 transparent;border-style:solid;border-width:2px}.happy,.sad{transform:rotate(45deg)}.sad{top:49%;border-color:#777 transparent transparent #777;border-style:solid;border-width:2px}.shadow{position:absolute;width:21%;height:3%;opacity:.5;background:#777;left:40%;top:43%;border-radius:50%;z-index:1}.scale{animation:scale 1s ease-in infinite}.move{animation:move 3s ease-in-out infinite}.message{position:absolute;width:100%;text-align:center;height:40%;top:47%}.button-box{position:absolute;background:#fcfcfc;width:50%;height:15%;border-radius:20px;top:73%;left:25%;outline:0;border:none;box-shadow:2px 2px 10px hsla(0,0%,47%,.5);transition:all .5s ease-in-out}.button-box:hover{background:#efefef;transform:scale(1.05);transition:all .3s ease-in-out}@keyframes bounce{50%{transform:translateY(-10px)}}@keyframes scale{50%{transform:scale(.9)}}@keyframes roll{0%{transform:rotate(0deg);left:25%}50%{left:60%;transform:rotate(168deg)}to{transform:rotate(0deg);left:25%}}@keyframes move{0%{left:25%}50%{left:60%}to{left:25%}}