Испытание 26/26 [100%] Есть какие-нибудь замечания по коду?

Доброго времени суток. Буду благодарен любой критике кода.
Испытание: поиграйся со шрифтами 26/26

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;
    padding-left: 40px;
    text-transform: uppercase;
    font-size: 80px;
    font-weight: normal;
    line-height: 100px;
    text-indent: 100px;
    letter-spacing: 40px;
    word-wrap: break-word;
    text-shadow: -5px 5px rgba(0, 0, 0, 0.5);
}

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