@import url(/styles/core.css);

body {
	margin: 0;
	overflow: hidden;
}


.white {
	background-color: whitesmoke;
	height: 100vh;
	
	display: grid;
	grid-template-columns: repeat(13, 1fr);
	
	.pk {
		user-select: none;
		width: max-content;
		padding: 0.25em;
		padding-bottom: 1rem;

		line-height: 1.2;
		text-transform: uppercase;
		font-size: 1.2rem;

		.sg {
			font-size: 2rem;
			line-height: 1;

			div:first-child {
				text-indent: 1em;
			}
		}
	}
}