body {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	max-height: 100%;
	background-color: #ffc600;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: #1e1f23;
	font-weight: 900;
	line-height: 1.3;
}

a {
	color: black;
	text-decoration: none;
}

h2 {
	margin-top: 0;
}

/* Use bold to not bold sike */
strong {
	font-weight: 700;
}

.debug-container {
	width: 90%;
	cursor: pointer;
}

@media (min-width: 414px) {
	.debug-container {
		font-size: 1.3rem;
	}
}

@media (min-width: 700px) {
	.debug-container {
		width: 50%;
		max-width: 400px;
		font-size: 1.5rem;
	}
}

.debug-details {
	list-style: none;
	padding-left: 0;
}

.debug-details li {
	margin-bottom: 0.25rem;
}

.fixed-header {
	background-color: #fff;
	border-bottom: 1px #000 solid;
	height: 40px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.fixed-footer {
	background-color: #ffc600;
	border-top: 1px black solid;
	height: 40px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.fixed-header,
.fixed-footer {
	font-size: 0.75rem;
}

@media (min-width: 1000px) {
	.fixed-header,
	.fixed-footer {
		font-size: 1.25rem;
	}
}

.toast-bottom-center {
	bottom: 50px !important;
}

@media (min-width: 768px) {
	.hide {
		display: none;
	}
}
