@font-face {
    font-family: Thin;
    src: url('/fonts/Thin.ttf');
    src: local('Roboto-Thin'), url('/fonts/Thin.ttf') format('truetype');
}

body {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: Thin, sans-serif;
    font-size: large;
}