@charset "UTF-8";
body {
color: #066a75;
text-transform: uppercase;
font-family: sans-serif;
font-size: 100%;
background: #F4F6F8;
padding: 3em 0 0 0;
line-height: 62px;
-webkit-perspective: 1000px;
}
.cube {
width: 30%;
text-align: center;
margin: 0 auto;
height: 200px;
-webkit-transition: -webkit-transform .33s;
transition: transform .33s;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.flippety, .flop {
background: #f7f7f7;
border: 1px solid rgba(147, 184, 189, 0.8);
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 5px 20px rgba(105, 108, 109, 0.3), 0 0 8px 5px rgba(208, 223, 226, 0.4) inset;
box-shadow: 0 5px 20px rgba(105, 108, 109, 0.3), 0 0 8px 5px rgba(208, 223, 226, 0.4) inset;
height: 200px;
}