@CHARSET "UTF-8";

@font-face {
    font-family: "ChalkdusterRegular";
    src: url("chalkduster-webfont.eot");
    src: local("?"), url("chalkduster-webfont.woff") format("woff"), url("chalkduster-webfont.ttf")
    format('truetype'), url("chalkduster-webfont.svg") format('svg');
    font-weight: normal;
    font-style: normal;
}

html,body {
    height: 100%;
}

body {
    margin: 0 0 0 0;
    display: -webkit-box;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-orient: vertical;
    font-family: 'ChalkdusterRegular', cursive;
    font-size: 24pt;
    color: white;
    background-image: url("blackboard_bk.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

#lightbulb {
    width: 232px;
    height: 240px;
}
