html {
margin: auto;
background: black;
color: white;
font-family: "Gill Sans", "Gill Sans MT", "Calibri", "Trebuchet MS", "sans-serif";
}
.paint_container {
margin: auto;
color: white;
background: black;
font-size: small;
}
.displayNone {
display: none;
}
.link {
color: rgb(91, 155, 213);
text-decoration: underline;
}