﻿body {
    font-family: 'Segoe UI', sans-serif;
}

span {
    font-style: italic;
}

body {

    margin: 0;
    overflow: hidden;
    background-color: black;
}

#phaser-app {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

canvas {
    width: 100%;
    height: 100%;
}