* {
	box-sizing: border-box;
}

@font-face {
	font-family: "Avelie Tahoma";
	src: url("fs-tahoma-8px.ttf") format("truetype");
}

html,
body {
	height: 100%;
	margin: 0;
}

body {
	overflow: hidden;
	font-family: "Avelie Tahoma", sans-serif;
}

.flag {
	display: grid;
	grid-template-rows: repeat(5, minmax(0, 1fr));
	height: 100vh;
	height: 100dvh;
}

.stripe {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
	overflow: hidden;
	text-align: center;
}

.stripe p {
	display: flex;
	align-items: baseline;
	justify-content: center;
	margin: 0;
	padding: 0 1rem;
	font-size: 16vh;
	line-height: 1.1;
	white-space: nowrap;
}

.copy-button {
	padding: 0;
	border: 0;
	background: transparent;
	color: #5bcefa;
	font: inherit;
	line-height: 1;
	margin-left: 0.25em;
	vertical-align: baseline;
	cursor: pointer;
	transition: none;
}

.copy-parenthesis,
.copy-label {
	font-size: 0.52em;
	line-height: 1;
	position: relative;
	top: -0.14em;
}

.handle.highlight {
	color: #5bcefa;
}

.copy-button:hover {
	color: #5BAEFA;
}

.stripe-blue {
	background: #5bcefa;
}

.stripe-pink {
	background: #f5a9b8;
	color: #ffffff;
}

.stripe-white {
	background: #ffffff;
	color: #111111;
}
