@font-face {
	font-family: 'DIRECTVCurve-Regular';
	src: url(DIRECTVCurve-Regular.woff);
}

body { 
	background-image: url('./maintenance-bg.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #081a2b;
	background-attachment: fixed;
	background-position: center;
	height: 100vh;
}

.dificultades-tecnicas .content {
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: "DIRECTVCurve-Regular";
}

.dificultades-tecnicas .content img {
	width: 220px;
	height: 30px;
	max-width: 220px;
	max-height: 30px;
	margin-bottom: 20px;
}

.dificultades-tecnicas .content p {
	font-size: 16px;
	margin: 5px;
}

.dificultades-tecnicas .content .paragraph {
	max-width: 500px;
	line-height: 24px;
}

.dificultades-tecnicas .content h3 {
	font-size: 24px;
	margin: 20px;
}