@font-face {

	font-family: 'Rustling Sound';
	src: url('font/Rustling Sound.ttf');
}

@font-face {

	font-family: 'Comfortaa-Regular';
	src: url('font/Comfortaa-Regular.ttf');
}


body {
	width: 100%;
	height: auto;
	background: white;
	align-items: center;
	align-content: center;
	margin:0 auto;
}

h1 {
	margin-right: 50px;
	color:black;
	font-family: BabyDoll;
	font-size: 50px;
}

h3 {
	color:black;
	font-family: BabyDoll;
	font-size: 20px;
	margin-right: 50px;
	margin-top: -30px;
}
.head {
	background: white;
	height: 155px;
	text-align: right;
}
.name {

	background: #BD96D3;

}

.container {

	display: flex;
	flex-direction: row;
	width: 100%;
	align-content: right;
}

.box-izq {
	position: absolute;
	flex-direction: column;
	top: -0.1em;
	background: #DDC6EA;
	margin-left: 25px;
	width: 25%;
	height: auto;
	box-shadow: 1px 1px 10px #1c1c1c;

}

.box-der {
   
	flex-direction: column;
	top: -6,1em;
	background: white;
	margin-left: 360px;
	width: 120%;
	height: auto;
	box-shadow: 5px 1px 0px #1c1c1c;


}


.perfil {

	margin-top: 30px;
	width: 250px;

}

.title-box {

	font-family:BabyDoll;
	color:#9962B6;
	font-size: 26px;
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: center;
	padding: 10px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;


}

.perfil-box {

	text-align: center;

}
.dato-box {

	font-family:coolvetica;
	color: black;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px;

}

.info-box {

	font-family:BabyDoll;
	color: black;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}