#gameCanvas {
    width: 25%;
    height: 25%;
    border-width: 8px;
    border-style: solid;
    border-color: white;
    background-color: darkslateblue;
    cursor: none;
}

#FloppyBirdRedirect {
    width: 20%;
    height: 20%;
    background-color: orange;
    cursor: pointer;
}