@import url('https://fonts.googleapis.com/css2?family=MuseoModerno:wght@600&display=swap');

.tisellouter{
    /*font-family: 'MuseoModerno', cursive;
    font-size:100px;
    color:rgba(0,0,0,0.0);
    text-shadow:0px 0px 3px rgba(0,0,0,0.25);*/
    min-width:100%;
    min-height:100%;
    /*background: url("img/Untitled-t.png"), no-repeat;*/
}
.tisell{
    pointer-events: none;
    position:fixed;
    top:0;bottom:0;left:0;right:0;
    margin:auto;
}
body, html{
    margin:0;
    padding:0;
    overflow:hidden;
}

body{
    background:#fcba03;
}

.start{
    position:fixed;
    left:0;
    bottom:0;
    width:68px;
    height:28px;

}

.toolbar{
    width:100%;
    height:28px;
    /*background:#bfb8bf;*/
    background: url("../img/toolbar.png");
    position: fixed;
    bottom: 0;
}