:root {
    --size: 75vmin;
}

html, body {
    margin: auto;
    padding: 0;
    height: 100%;
    background: #fdfdfd;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.wrapper {
    width: var(--size);
    height: var(--size);
}

svg {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 6px 12px rgba(0,0,0,0.08));
}

text {
    font-size: 20px;
    font-weight: 500;
    fill: #2e2e2e;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}