body {
    text-align: center;
}

h1 {
    display: inline-block;
    margin-top: 2rem;
    background: url(./img/logo.png?base64) no-repeat left center;
    padding-left: 2.5rem;
    background-size: 2rem;

    img {
        display: none;
    }
}
