@font-face {
    font-family: 'My font';
    src: url('Luciole-Regular.ttf') format('truetype');
}

html {
    overflow-y: scroll;
    background-color: #000000;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
}

body {
    overflow: hidden;
    height: 100%;
    /* color: black; */
    font-family: 'My Font';
}

p,
td {
    font-size: 2em;
    font-weight: 400;
    color: white;
}

a {
    color: #ffffff;
    text-decoration: underline;
}

a:hover {
    color: #ff9200;
    text-decoration: underline;
}

#refresh {
    background: none;
    color: #34C924;
    border: none;
    width: auto;
    font-size: 3em;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    left: 821px;
    bottom: 11px;
    z-index: 9999999;
    top: 431px;
}


#labelRefresh {
    color: #34C924;
    font-family: 'My Font';
    display: block;
    margin: auto;
    text-align: center;
    font-size: 1.5em;
}
