body{background-color:whitesmoke}.procesando .tex{width:50vw;font-size:1.5vw}.procesando .tex h1{color:#191970;font-size:3vw}.procesando{text-align:center;height:calc(100vh - 3em);display:flex;justify-content:center;align-items:center}.contacto{margin:10px 0;display:flex;justify-content:center;flex-direction:column;align-items:center}.regresa{text-decoration:underline}.contacto a:hover,.regresa:hover{color:#4682b4}
@media screen and (max-width:768px){
	h1{
		font-size: initial !important;
	}
	.procesando .tex{
		width: auto;
		font-size: initial;
	}
}