/* what the hell */
			.block {
				max-width: 1000px;
				min-width: 250px;
				position: relative;
				text-wrap: wrap;
				border-right: solid 3px #424242;
				border-bottom: solid 4px #424242;
				border-left: solid 1px #424242;
				}
		
			.panel_header {
				background: linear-gradient(0.25turn, #131ef0, #afb2e9);
				color: white;
				font-size: 64px;
				font-weight: bold;
			}
			
			.panel {
				background: #d1d2e8;
				padding: 8px;
			}
			
			body {
				background-color: #c8c9e7;
				background-image: url("./noise.gif");
				font-size: 25px;
			}

			.imageflex { display: flex; }
			.imageflexcontent { margin-left: 5px; margin-top: 0; }

			.bottom-right-image {
            position: absolute;
            bottom: 0;
            right: 0;
			}