.bg-danger, .bg-success {
	padding: 0 5px;
}

a {
	color: #EF1F2F;
	text-decoration: none;
}

h1 {
	margin-top: 1em;	
}

.outer {
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.middle {
	display: table-cell;
	vertical-align: middle;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	/*max-width: 650px;*/
	/*whatever width you want*/
}

.wubg {
	background: #f1f1f1 url("https://www.iesvegadeo.es/wp-content/plugins/loginpress/img/gallery/img-8.jpg") no-repeat right bottom;
}

/* Para más de un div en cabecera */
/* .blog-header.py-1 {
	display: flex;
} */

#divfrm {
	background-color: beige;
	/*position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	max-width: 600px;*/
	padding: 2em;
	box-shadow: 0 0 15px rgba(0,0,0,.8);
}