Username @ 12:34:56 AM: Test message

			.devstyle,
			devstyle {
				background-color: rgba(20,15,35,0.5);
				background-image: linear-gradient(to right,
						rgba(20, 15, 35, 0.5),
						rgba(255, 25, 244, 0.5)
					);
				text-shadow: 0px 0px 5px #ffffff60;
				color: white;
				font-family: coomer, sans-serif, emoji;
				cursor: url('../../images/cur/paw.png'), auto;
			}

			.devstyle::before {
				/*PFP*/
				box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.9);
				background-image: url("../../images/pfp/node.png");
				background-repeat: no-repeat;
				border-image-slice: 42 42 42 42 fill;
				border-image-width: 12px 12px 12px 12px;
				border-image-outset: 6px 6px 6px 6px;
				border-image-repeat: stretch stretch;
				border-image-source: url("../../images/border/magma.png");
				border-style: solid;
			}

			.devstyle button{
				font-family: "Passing Notes";
				background-blend-mode: multiply;
				background-color: purple;
				color: white;
			}

			.devstyle msgtxt::selection,
			.devstyle::selection{
				background-color: rgba(90,188,216,0.5);
			}

			.devstyle:active{
				cursor: url(../images/cur/pawwer.png), auto;
			}