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;
}
a.button{
  margin: 10px auto;
  padding: 10px 20px;
  border-radius: 10px;
  background: #ffe8fb;
  text-decoration: none;
  color: #fceeee;
}

