body{
    background: white;
    font-family: 'Open Sans', sans-serif;
}
#logo{
	height: 75px;
	padding-left:120px;
	padding-top: 30px;
	background:#000000; 
	font-family: arial;
	color: white;
	font-size: 40px;
	display: flex;
}
#menu{
	font-size: 18px;
	color: white;
    margin-top: 0px;
    font-family: 'Open Sans', sans-serif;
}
a{
	color: white;
	text-decoration: none;
}
li{
	list-style: none;
	display: flex;
	padding: 2px 20px;
    margin-left:20px;
}
#liMenu{
    display: flex;
}
#center{
	width: 90%;
	height:370px;
	background: #B22222;
	margin-left:5%;
	margin-top:15px;
	display:flex;
	border-radius:10px;
}
.div6{
	width: 180px;
	height: 250px;
	background:white;
	font-size:10px;
	margin-left:8%;
	margin-top:50px;
	border-radius:10px;
}
.titulo{
	height:50px;
	font-size:15px;
	text-align: center;
	text-transform:uppercase;
	color:#B22222;
	font-weight:bold;
}
h4::after{
	content:'';
	width: 80px;
	height: 2px;
	background: #B22222;
	display:block;
	margin-left:50px;
	margin-top:6px;
}
.txt{
	width:150px;
	height:160px;
	margin-top:4px;
	font-size:15px;
	margin-left:14px;
	font-weight: 500;
}
.btn{
	background: rgb(212, 185, 185);
	color:#000000;
	width:200px;
	height:45px;
	border-radius:10px;
	border:2px solid #B22222;
	margin-left:42%;
	margin-top:10px;
	text-transform:uppercase;
	font-weight: bolder;
	transition:1s;
}
.btn:hover{
	transition:1s;
	background:#B22222;
}
#bottom{
	background:rgb(0, 0, 0);
	height:50px;
	margin-top: 15px;
	text-align: right;
	padding-right:25px;
	padding-top: 20px;	
	font-size: 11px;
	color: white;
	font-family:monospace; 
}