body{
    margin: 0;
    padding: 0;

}


canvas{
    width: 100%;
    height: 100%;
}

#divContent{
    position: fixed;
    top: 20%;
    left: 35%;
    width: 30%;
    text-align: center;
}

#divContent>img{
    
    width: 100%;
    
}

#divContact{
    width: 100%;
    text-align: center;
    line-height: 1.5em;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    /*font-weight: bold;*/
    /*color: #fff;*/
}

#divContact>a{
    /*color: yellow;*/
    text-decoration: none;
}