
body {
	background-color: darkblue;
	background: url('../img/degradex1.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	font-family: "Poppins", sans-serif;
}

#logo-intradel {
	position: absolute;
	top: 2rem;
	right: 2rem;
	width: 100px;
	height: auto;
}

.container {
	min-height: 100vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	padding: 0 2.5rem;
}

.container h1 {
	width: 100%;
	text-align: center;
	margin-top: 3.5rem;
	margin-bottom: 0;
}

.container h1 img {
	margin: 0 auto;
	width: 300px;
	height: auto;
}

.container p {
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 1.35rem;
	font-weight: 200;
	line-height: 1.4;
}

.container p span,
.container p a {
	display: block;
	color: #fff;
}

.container a {
	font-size: 0.8em;
	text-decoration: none;
}

.container #contact {
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 1px;
}

.container > img {
	width: 250px;
	height: auto;
	margin-top: 2rem;
	margin-bottom: 2rem;
}