@font-face {
    font-family: 'bobo';
    src: url('../font/impact.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

body {
    background-color: black;
    color: white;
}

.bobologo {
    width: 100px;
}
.bobolarge {
    font-size: 64pt;
}
.bobofont {
    font-family: bobo;
    color: #F0F010;
}