h1{
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 1;
}

h2{
    position: fixed;
    top: 48px;
    right: 48px;
    
}

h2:hover{
    font-weight: bold;
}

canvas{
    vertical-align: bottom;
}

a{
    color: black;
}

