@charset "utf-8";
body {
}
body div h1 {
    font-family: acme;
    font-style: normal;
    font-weight: 1000;
    font-size: 43pt;
    text-shadow: 3px 3px 5px #686868;
}
#holder {
    margin-left: 30px;
    margin-top: 30px;
    text-shadow: 0px 0px;
}

body div img {
}
.moverocco {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
}
