*{
	text-decoration: none !important;
}
body {
	background-image: url('star.jpg');
	background-size: cover;
	background-attachment: fixed;
}
@font-face {
	font-family: 'christmasbtml';
	src: url('ChristmasButtermilk.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
h1 {
	font-family: 'christmasbtml', serif;
	color: #e07b90;
	font-size: 70px;
	text-align: center;
}
@font-face {
	font-family: 'CreamCake';
	src: url('CreamCake.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
nav ul {
	background-color: rgba(224, 123, 144, 0.7);
	width: 60%;
	margin: 20px auto;
	border-radius: 10px;
	text-align: center;
}
nav li {
	list-style-type: none;
	display: inline-flex;
}
nav a {
	padding: 10px;
	font-size: 30px;
	font-family: 'CreamCake', serif;
	color: #fce8ec;
}
.intro {
	background-color: rgba(224, 123, 144, 0.7);
	width: 65%;
	border-radius: 10px;
	display: flex;
	align-items: center;
	text-align: left;
	margin: 10px;
	padding: 20px;
	justify-content: space-between;
	text-align: left;
}
.toto {
	width: 50%;
	height: auto;
}
h2 {
	font-family: 'CreamCake', serif;
	margin: 20px;
	font-size: 50px;
	color: #fae1e6;
	display: flex;
}
p {
	margin: 30px;
	font-size: 30px;
	color: #a14759;
	background-color: rgba(250, 225, 230, 0.2);
	border-radius: 10px;
	width: 60%;
}
.derecha {
	background-color: rgba(224, 123, 144, 0.7);
	width: 25%;
	padding: 15px;
	margin: 10;
	border-radius: 10px;
}
.contenedor {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	margin: 20px auto;
	width: 95%;
}