@font-face {
  font-family: 'Mister Pixel 16 pt - ToolsOne';
  src: url(fonts/MP16TO1.ttf);  
}
body{
    background-image: url(img/TAPARITA_logo_v01.svg);
    background-size: 256px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: rgb(29, 29, 29);
    color: slategray;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.bar {
    font-family: "Mister Pixel 16 pt - ToolsOne";
    font-size: 30px;
    width: 100%;
    height: 35px;
    position: absolute;
    background-color: rgb(39, 39, 39);
    color: rgb( 180, 180, 180);
}
#topBar{
    top: 0px;
}
#bottomBar{
    bottom: 0px;
}