* {
  box-sizing: border-box;
}

body {
	font-family: "layneshandwriting-regular", "Comic Sans", "Comic Sans MS", "Chalkboard", "ChalkboardSE-Regular";
	background-image: url('https://lonelycoconut.neocities.org/backgrounds/slanted%20rainbow.png');
	cursor: url("https://lonelycoconut.neocities.org/graphics/cursor.png"), auto;
}
@font-face {
  font-family: 'layneshandwriting-regular';
  src: url(https://lonelycoconut.net/webfontkit-20250615-064037/layneshandwriting-regular-webfont.woff);
}

h3 {
  color: #ffffff;
  text-shadow: rgb(0, 0, 0) 3px 0px 0px, rgb(0, 0, 0) 2.83487px 0.981584px 0px, rgb(0, 0, 0) 2.35766px 1.85511px 0px, rgb(0, 0, 0) 1.62091px 2.52441px 0px, rgb(0, 0, 0) 0.705713px 2.91581px 0px, rgb(0, 0, 0) -0.287171px 2.98622px 0px, rgb(0, 0, 0) -1.24844px 2.72789px 0px, rgb(0, 0, 0) -2.07227px 2.16926px 0px, rgb(0, 0, 0) -2.66798px 1.37182px 0px, rgb(0, 0, 0) -2.96998px 0.42336px 0px, rgb(0, 0, 0) -2.94502px -0.571704px 0px, rgb(0, 0, 0) -2.59586px -1.50383px 0px, rgb(0, 0, 0) -1.96093px -2.27041px 0px, rgb(0, 0, 0) -1.11013px -2.78704px 0px, rgb(0, 0, 0) -0.137119px -2.99686px 0px, rgb(0, 0, 0) 0.850987px -2.87677px 0px, rgb(0, 0, 0) 1.74541px -2.43999px 0px, rgb(0, 0, 0) 2.44769px -1.73459px 0px, rgb(0, 0, 0) 2.88051px -0.838247px 0px;
  font-size: 2em; 
  margin-bottom: 0;
  margin-top: 0;
  padding: .1em;
}

p {

color: black;

}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}


main {
  width: 80em;
  height: 56em;
  border: 3px solid #ffc2ed;
  background-color:#ff75a7;
  margin: 0 auto;
  display: flex;
  flex-grow: 1;
  padding: 1em;
  border-radius: 2.5em;
  cursor:url("https://lonelycoconut.neocities.org/graphics/crayon%20cursor.png"), auto;
}

.left-block {
  width: 160px;
  padding: 5px;
}

.colors {
  background-color: #e9c1ff;
  text-align: center;
  padding: 15px;
  border-radius: 25px;
}

.colors button {
  display: inline-block;
  border: 5px solid #00000026;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  border-radius: 8px;
}

.colors button:nth-of-type(1) {
  background-color: #e93d3d;
}

.colors button:nth-of-type(2) {
  background-color: #e9963d;
}

.colors button:nth-of-type(3) {
  background-color: #e9db3d;
}

.colors button:nth-of-type(4) {
  background-color: #3de96b;
}

.colors button:nth-of-type(5) {
  background-color: #3de0e9;
}

.colors button:nth-of-type(6) {
  background-color: #3d68e9;
}

.colors button:nth-of-type(7) {
  background-color: #a43de9;
}

.colors button:nth-of-type(8) {
  background-color: #e93d76;
}

.colors button:nth-of-type(9) {
  background-color: #75441d;
}

.colors button:nth-of-type(10) {
  background-color: #751d1d;
}

.colors button:nth-of-type(11) {
  background-color: #1d7526;
}

.colors button:nth-of-type(12) {
  background-color: #1d7475;
}

.colors button:nth-of-type(13) {
  background-color: #1d2d75;
}

.colors button:nth-of-type(14) {
  background-color: #5b1d75;
}

.colors button:nth-of-type(15) {
  background-color: #ff9595;
}

.colors button:nth-of-type(16) {
  background-color: #ffaf76;
}

.colors button:nth-of-type(17) {
  background-color: #fff787;
}

.colors button:nth-of-type(18) {
  background-color: #acffa8;
}

.colors button:nth-of-type(19) {
  background-color: #a8fffe;
}

.colors button:nth-of-type(20) {
  background-color: #a8afff;
}

.colors button:nth-of-type(21) {
  background-color: #d6a8ff;
}

.colors button:nth-of-type(22) {
  background-color: #ffa8e2;
}

.colors button:nth-of-type(23) {
  background-color: #ffcfdc;
}

.colors button:nth-of-type(24) {
  background-color: #deb887;
}

.colors button:nth-of-type(25) {
  background-color: #f3d5ba;
}

.colors button:nth-of-type(26) {
  background-color: #b68051;
}

.colors button:nth-of-type(27) {
  background-color: #000000;
}

.colors button:nth-of-type(28) {
  background-color: #656565;
}

.colors button:nth-of-type(29) {
  background-color: #bcbcbc;
}

.colors button:nth-of-type(30) {
  background-color: #ffffff;
}

.colors button:nth-of-type(31) {
  outline: 0;
  background:transparent;
  border:none;
  color:transparent;
}

.brushes {
  padding-top: 10px;
}

.brushes button {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 25px;
  background-color: #ffe69b;
  margin-bottom: 10px;
  height: 50px;
  outline: none;
  position: relative;
  padding-top: 10px;
  padding: 10px;
}

.brushes button:after {
  height: 1px;
  display: block;
  background: #ff75a7;
  content: '';
  border-radius: 30px;
}

.brushes button:nth-of-type(1):after {
  height: 1px;
}

.brushes button:nth-of-type(2):after {
  height: 2px;
}

.brushes button:nth-of-type(3):after {
  height: 4px;
}

.brushes button:nth-of-type(4):after {
  height: 6px;
}

.brushes button:nth-of-type(5):after {
  height: 10px;
}

.brushes button:nth-of-type(6):after {
  height: 30px;
}

.buttons {
  height: 80px;
  border-radius: 25px;
}

.buttons button {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 25px;
  background-color: #adffbc;
  margin-bottom: 10px;
  padding: 5px;
  height: 30px;
  outline: none;
  position: relative;
  font-family: "layneshandwriting-regular", "Comic Sans", "Comic Sans MS", "Chalkboard", "ChalkboardSE-Regular";
  text-decoration-color: #000000;
  font-size: 1.25em;
}

.right-block {
  width: 640px;
}

#paint-canvas {
  cursor:url("https://lonelycoconut.neocities.org/graphics/crayon%20cursor.png"), auto;
  background-color: #ffffff;
  border-radius: 30px;
}