* {
    overflow: hidden;
}

#canvas {
    width: 100%;
    
}

body {
    background-image: url("patsy_bfashow_1.jpg");
    background-size: cover;
    background-repeat:no-repeat;
    background-position:center;
}

#email {
    width: 100%;
    text-align: left;
    font-family: "Arial", sans-serif;
    font-weight: bold;
    color: white;
    font-size: 20pt;
    display: none;
    position: absolute;
    z-index: 100;
    margin-left: 30px;
}

a {
    color: white;
    text-decoration: none;
}

#patsy-email:hover {
    color: #000000;
    background-color: #ffffff;
    text-decoration: none;
}

#work:hover {
    color: rgb(255, 0, 0);
    background-color: #f5d3d5;
    text-decoration: none;
}

#tumblr:hover {
    color: #000000;
    background-color: #fff;
    text-decoration: none;
}
