body {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    background: linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.0)), url('catallaxy.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    margin: 0;
    color: #fce300;

    transform: scale(2);
    transform-origin: top left;
    width: 50%;
    height: 50%;

    /* font-family: 'SF Distant Galaxy', sans-serif;  */
    font-family: monospace; 
    font-weight: bold;
    font-size: 10px;

}

@font-face {
    font-family: 'SF Distant Galaxy';
    src: url('fonts/SF_Distant_Galaxy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
