@charset "utf-8";
/* CSS Document */

.main {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.Archcont {
	position: absolute;
	top: 20%;
	width: 100%;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transform: translate(-50% -50%);
}

.Frontera {
	width: 100%;
}

h2 {
	color: azure;
	font-size: xx-large;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-shadow: rgba(38, 38, 38, 0.7) 2px 2px 2px;
}

h3 {
	color: rgb(14, 203, 175);
	font-size: x-large;
	font-weight: bold;
	text-transform: uppercase;
	text-align: justify;
	text-shadow: rgba(38, 38, 38, 0.7) 2px 2px 2px;
}

h4 {
	color: rgb(34, 167, 249);
	font-size: large;
	font-weight: bold;
	text-transform: uppercase;
	text-align: justify;
	padding-left: 20px;
	text-shadow: rgba(38, 38, 38, 0.7) 2px 2px 2px;
}