a-scene {
    border: 3px solid #222222;
    width: 99%;
    height: 400px;
    border: #152540 solid 2px;
    box-shadow: 0.5em 0.5em 1.5em rgba(0, 0, 0, .25);
    background-color: #7C9EDE;

    /* the outer element needs to be a bit of a bigger radius (the canvas is set to .75) */
    border-radius: .85em;
    border: #607297 solid 2px;
    background-color: #6a88c5;
    /*margin: 1em 2em 0 0;*/
}

#instructions p {
    color: #143982;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 1.15em;
    text-shadow: 1px 1px 5px #a8bbdd;
}

div #instructions p.pop {
    width: 95%;
    background-color: #0f65bb;
    color: #c7d7f6;
    text-shadow: none;
    padding: .5em;
    border-radius: .5em;
    margin-right: 1em;
}
/*needs to be a bit lighter than other back buttons for contrast with background*/
#container div #back-btn a {
    font-family: 'Exo 2', sans-serif;
    color: #3399FF;
    text-shadow: none;
}