@import url(http://fonts.googleapis.com/css?family=Rokkitt);
@import url(http://fonts.googleapis.com/css?family=Numans);
body {
    font-family: Numans;
}

#tips, h1 {
    color: #444;
    user-select: none;
    margin: 5px;
}

#transform {
    width: 300px;
    height: 300px;
    background: #00312F;
    border: 5px solid #444;
    color: #444;
    margin: 50px auto;
    cursor: move;
}

#css {
    font-family: Rokkitt;
    background: #002A38;
    border: 1px solid #444;
    color: #B98D00;
    padding: 10px;
}
#css:before {
    content: "transform: ";
    color: #D33683;
}
