<!DOCTYPE html>
<html>
<head>
<title>Titre du document</title>
<style>
#blur {
display: inline-block;
padding: 20px 30px;
margin: 20px auto;
letter-spacing: 2px;
background-color: #000;
}
#blur span:nth-child(1) {
color: transparent;
text-shadow: 0 0 0 #fff;
font-size: 32px;
font-family: "Carme", sans-serif;
}
#blur span:nth-child(2) {
color: transparent;
text-shadow: 0 0 2px #fff;
font-size: 35px;
font-family: "Carme", sans-serif;
}
#blur span:nth-child(3) {
color: transparent;
text-shadow: 0 0 2px #fff;
font-size: 33px;
font-family: "Carme", sans-serif;
}
#blur span:nth-child(4) {
color: transparent;
text-shadow: 0 0 4px #fff;
font-size: 34px;
font-family: "Carme", sans-serif;
}