/* write your style */

.wrapper {
    font-size: 90%;
}

.page .btn {
    background: #CCC;
    font-size: 1.5em;
    padding: 0 2em;
    margin: 0 0.5em;
    color: #333;
    border-radius: 0.5em;
    display: inline-block;
    text-align: center;
}

.page .center {
    text-align: center;
}

#animateBox {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 90%;
    text-align: center;
    background: #C00;
    position: relative;
    left: 0;
}
