html, body { 
    height: 100%;  
    margin: 0; 
}
body { 
    display: flex;
    align-items: center;
    justify-items: center;
    /* text-align: center;
    font-family: sans-serif; */
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
canvas { 
    display: block;    
}
/* #p5_loading{
    display:none;
} */
 

#TabNotice{
  width: 100%;
} 
p{
  margin: 2rem auto;
}
a {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}

