* {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

html,
body {
    height: 100%;
}

a {
    position: absolute;
    z-index: 9999;
    inset: 0;
}

img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

span {
    position: absolute;
    z-index: 1;
    inset: 50%;
    width: 84px;
    height: 84px;
    transform: translate(-50%, -50%);
}

span svg {
    display: block;
    width: 100%;
}