.center-xy {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

html,
body {
	font-family: "Roboto Mono", monospace;
	font-size: 16px;
}

html {
	box-sizing: border-box;
	user-select: none;
}

body {
	background-color: #1c2628;
	margin: 0;
	padding: 0;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

.wrapper {
	position: relative;
	width: 100vw;
	height: 100vh;
}

.container {
	width: 100%;
}
.copy-container {
	text-align: center;
}

p {
	color: #fff;
	font-size: 24px;
	letter-spacing: 0.2px;
	margin: 0;
}

.handle {
	background: #ffe500;
	width: 14px;
	height: 30px;
	top: 0;
	left: 0;
	margin-top: 1px;
	position: absolute;
}

.footer {
	font-size: 12px;
	color: #666;
	margin: 15px;
	right: 0;
	bottom: 0;
	position: absolute;
	overflow: inherit;
}
