﻿@font-face {
    font-family: Starjout;
    src: url(Starjout.ttf);
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 40px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    background-color:darkslategray;
}
body {
    width:100%;
    height:100%;
    z-index:1;
}
a:link, a:visited, a:hover, a:active {
    color: inherit;
    text-decoration: none;
}

#full {
    position: fixed;
    top: 8px;
    left: 8px;
    border: 0px solid black;
    background-color: darkslategray;
    display: grid;
}
#block {
    position:fixed;
    width:100%;
    height:100%;
    z-index:1;
}
#main {
    width: 100px;
    height: 100px;
    position: absolute;
    border: 0px solid black;
    
    display: grid;
    z-index:-1;
}
.panel {
    text-align:center;
    font-family: Starjout;
    background-repeat:no-repeat;
    background-position:center;

}
