.paint_container {
margin: auto;
max-width: 1024px;
color: white;
background: black;
}
.displayNone {
display: none;
}
.link {
color: rgb(91, 155, 213);
text-decoration: underline;
}