Испытание: поиграйся со шрифтами [26/26]. Апрель 2020. 100%

Это можно сделать ещё минималистичнее?

body {
margin: 0;
width: 570px;
height: 300px;
background: url(“football.jpg”) -120px -60px no-repeat;
color: #fff;
font-family: “Arial”, sans-serif;
}

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

h1::before {
position: relative;
content: “●”;
font-size: 90px;
color: #fff;
}

1 лайк