html,body{
    width: 100%;
    height: 100%;
}

body{
    background-color:blue;
    color: blu;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Press Start 2P', cursive;
    text-align: right;
}

#canvas {
    width:973px;
    height:600px;
    border:5px solid #333;
    position:relative;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#heading{
    text-align: center;
    margin-top:250px;
    text-shadow: 0px 0px 10px #333;
}

p{
    text-align: right;
    padding-right: 100px;
}
