@font-face {
    font-family: 'Fugaz One';
    src: url(FugazOne-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Digital-7 Mono';
    src: url(Digital-7-Mono.ttf) format('truetype');
}

html, body {
    font-family: Arial, sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
        text-decoration: underline;
}