*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: #222222;
}


header, 
footer{
    height: 200vh;
    display: flex;
    justify-content: center;
    align-items: top; 
    font-family: 'Arimo', sans-serif;
    text-transform: uppercase;
    /* background-color: #9f06c5; */
}

header svg{
    position: absolute;
}

header h1{
    color: rgb(63, 63, 63);
    display: flex;
    padding-top:30px;
    font-size: 2em;
    z-index: 10;
}

canvas{
    background-image: linear-gradient(to top, #d8e2fe 0%, #fce5e6 100%);
    /* background-image: linear-gradient(to top, #EBBFBE 0%, #91A8DC 100%); */
    position: absolute;
    z-index: -100;
} 

.st0{
    fill:antiquewhite;
    opacity: 0.2;
}

#qr{
    position: fixed;
    top:0;
    left: 0;
    width: 100px;
    height: 100px;

}