body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, #c3abd1 0%, #c6c8de 33%);
}

#svg_refl {
    height: 100%;
}

a {
    position: absolute;
    height: 100vh;
    width: 100vw;
    background-color: transparent;
}
