canvas{
    border:2px solid white;
    display:block;
    margin: auto;
}
h1{
    text-align:center;
}
#instructions{
    text-align:left;
    font-size:3em;
}
body{
    background: linear-gradient(90deg,rgba(2, 0, 36, 1), rgba(9, 9, 121, 1));
    color:white;
}
