@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body{
	margin:center;
	text-align:justify;
	font-family:"roboto slab";
	background:#000D14;
}

h1{
	line-height:33px;
	padding:0 15px 0 15px;
	margin:0;
}
p{
	padding:5px 15px 0 15px;
	margin:0;
}
#contenedor{
	width:760px;
	height:700px;
	background-color:#C1121F;
	padding:20px;
	border-radius:20px;
}
#principal{
	width:760px;
	height:700px;
	background-color:#fff;
	margin:0 0 20px 0;
	border-radius:10px;
}
#principal img{
	width:100%;
	border-radius:10px 10px 0 0;
}
.botones{
	display:flex;
	margin:35px;
	width:685px;
}
.bot{
	width:50%;
	text-align:center;
	padding:8px 0;
	text-decoration:none;
	border-radius:10px;
	margin:10px;
}
.rojo{
	background-color:#c1121f;
	color:#fff;
}
.gris{
	background-color:#cad9e2;
	color:#fff;
}

