не получаются 100% Оформление текста, часть 2 Испытание: поиграйся со шрифтами

не пойму что не доделал
html,
body {
min-width: 570px;
height: 300px;
margin: 0;
font-family: “Arial”, sans-serif;
color: #ffffff;
background: url(“football.jpg”) 50% 50% no-repeat;
}

h1 {
position: relative;
width: 320px;
margin: 0;
text-indent: 100px;
padding-left: 40px;
font-size: 80px;
font-weight: normal;
text-transform: uppercase;
word-wrap: break-word;
letter-spacing: 40px;
text-shadow: -5px 5px 0 rgba(0, 0, 0, 0.5);
line-height: 100px;
}

h1::before {
content: "||| ";
position: absolute;
top: -5px;
left: -55px;
letter-spacing: 5px;
font-size: 55px;
font-weight: bold;
text-shadow: 0px 0px 0;
}