body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #000000;
    color: aliceblue;
    margin: 0px;
    border: none;
    overflow: hidden;
}
canvas{
    position: fixed;
    top: 0px; left: 0px;
    width: 100%;
    height: 100%;
}