﻿
a {
    color: white;
    text-decoration: none; /* no underline */
}

    a:hover {
        color: white;
        text-decoration: none;
        cursor: pointer;
    }

@font-face {
    font-family: 'Blockhead Unplugged Regular';
    src: url('/Fonts/Blockhead Unplugged Regular.otf') format('opentype');
}

 
html {
    height: -webkit-fill-available;
    overflow: hidden;
}

body {
    overflow: hidden;
    font-family: 'Blockhead Unplugged Regular';
}
