.anubis-img {
	width: 100%;
	max-width: 256px;
}

/*Some clients don't support min()*/
@supports not (width: min(20rem, 90%)) {
	#progress {
		width: 80%;
	}
}

#progress {
	display: none;
	width: min(20rem, 90%);
	height: 2rem;
	border-radius: 1rem;
	overflow: hidden;
	margin: 1rem 0 2rem;
	outline-offset: 2px;
	outline: #b16286 solid 4px;
}

.bar-inner {
	background-color: #b16286;
	height: 100%;
	width: 0;
	transition: width 0.25s ease-in;
}

.centered-div .panel {
	text-align: left;
}

.error {
	color: #bc2a4d;
	font-weight: bold;
	font-size: 1em;
}

.bottom-navbar {
	display: flex;
	justify-content: center;
	margin-top: 8px;
	font-weight: bold;
	font-family: var(--body-title-font);
	font-size: larger;
}

.bottom-navbar div {
	padding-left: 5px;
	padding-right: 5px;
	border-right: 2px var(--text) solid;
}

.bottom-navbar div:first-child {
	padding-left: 0;
}

.bottom-navbar div:last-child {
	padding-left: 5px;
	padding-right: 0;
	border: none;
}

.panel {
	display: flex;
	justify-content: center;
}

.button1 {
	padding: 3px 9px
}
