body {
	background-color: #dab4b5;
	font-family: Arial, sans-serif;
}

.youtuber {
	background-color: #d68d97;
	border-radius: 5px;
	margin: 20px auto;
	padding: 20px;
	text-align: center;
	width: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	transition: transform 0.4s ease-in-out;
}

h1 {
	text-align: center;
	color: #fff;
	padding: 20px;
	margin: 0
}

.youtuber:hover {
	transform: scale(1.05);
}

h2 {
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
    
}

p {
	color: #fff;
	padding: 5px;
	border-radius: 3px;
	margin: 10px 0;
}




    .texte {
        color: #fff;
        padding: 10px;
        border-radius: 5px;
        margin: 10px 0;
        position: relative;
      }
      
      .youtuber p::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url('https://th.bing.com/th/id/R.38ea25af8c16f106ad1be768b878c686?rik=z%2bo0N0ma84cyaw&riu=http%3a%2f%2fhbbranson.com%2fwp-content%2fuploads%2f2018%2f08%2fPink-Heart-Site-Icon.png&ehk=BM0kdiF3ShVEexi2ucm%2bkkf6ILRfcBFGuE8AH3RZwGU%3d&risl=&pid=ImgRaw&r=0'); /* Remplacez par le chemin de votre motif */
        background-repeat: repeat;
        z-index: -1;
        border-radius: 5px;
}

img {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
}