html {
    height: 100%;
}

body {
    font-family: "Segoe UI", Arial, Calibri, sans-serif;
    margin: 0;
    overflow: auto;
    font-size: 26px;
    height: 100%;
    text-align: center;
    font-stretch: extra-expanded;
}

table {
    width: 100%;
    height: 100%;  
}

a {
    opacity: .8;
    color: #2D353B;
    text-decoration: none;
}

    a:hover {
        color: #4AD4FF;
    }

@font-face {
   font-family: Harabara; 
   src: url('Harabara.ttf');  
} 