body{
    background-color: rgb(50, 50, 50);
    font-family: 'Genos', sans-serif;
    color: white;
    text-align: center;
    margin:0;
}
h1{
    color: tomato;
}
canvas{
    
    width:"780" ;
    height:"480";
    
}

button{

    background-color: orange;
    color: blue;
    font-size: 50px;
}
button:hover{
    background-color: rgb(37, 8, 8);
    cursor: pointer;
}