#myCanvas {
    border: solid 2px #344966;
}

body {
    text-align: center;
    background: #faf0ca;
}

#returnBtn {
    margin: 20px 0;
}

#returnBtn a {
    text-decoration: none;
    color: #344966;
}