*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    overflow: hidden;

}
h1{
    color: #ffffff;
    -webkit-text-stroke: 2px black;
    font-family: Comic Sans MS;
    font-size: 40px;
    align-items: center;
    text-align: center;
}
marquee{
    color: #ffffff;
    font-family: Comic Sans MS;
    font-size: 20px;

}
body{
    background-size: cover;
    width: 100%;
    height: 100%;
}

#sopra{
    float: top;
    margin-top: 0.5%;
}
#home{
    float: left;
    margin-left: 1%;
    width: 100px;
    height: 100px;
    
}
#title{
    float: right;
    margin-right: 34%;
    width: 500px;
    height: 10%;
}


canvas{
    position: relative; 
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    /* background-color: rgb(0, 153, 153); */
    /*border: 15px solid #000000;*/
    /* width: 100%; */
    /* height: 100%; */
    /* margin-left: 2%; */

}
/* canvas{
    
    position:absolute;
    background-color: white;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
} */