@media (min-width: 640px) {
	.sm\:flex-1 {
		flex: 1 1 0%;
	}

	.sm\:flex {
		display: flex;
	}

	.sm\:items-center {
		align-items: center;
	}

	.sm\:justify-between {
		justify-content: space-between;
	}
}

.alert2 {
	position: fixed;
	bottom: 4em;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	padding: .8em 3em;
	margin-bottom: .5em;
	border-radius: .8em;
	border-bottom: .1em solid #ffffff;
	letter-spacing: 0.5px;
	color: rgba(255, 255, 255, 0.959);
	background-image: linear-gradient(#4b5d6f, #34495e);
	box-shadow: 0 .2em .5em rgba(54, 54, 54, 0.3);
	font-size: .75em;
}

html {
	scroll-behavior: smooth;
}

.loading {
	filter: blur(2px)
}
