
header,h2{
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
	background-color: #000000;
	text-align:center ;
	padding:0.5rem ;
	color:#FFFFFF ;
	
}
body{
	background-image: url('../img/main_menu.jpeg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}
.logo-1{
	background-color: #ffffff;
}
.nd {
	width:100% ;
}

.carousel-item img{
	width: 100%; 
	margin: 0 auto;
}

#menu{
	background-color:#cc791bdc;
}
footer a{
	text-decoration:none;
	color:black;
	font-size:2vh;
}
#contenedor-cards a:hover{
	background-color:#ff6f6f;
}

#contenedor-cards{
	font-family: "Lora", serif;
  	font-optical-sizing: auto;
  	font-weight: <weight>;
 	font-style: normal;
}