html {
    height: 100%;
}

body {
    margin: 0;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
}

svg {
    max-width: 8em;
    margin: auto;
}

svg:hover {
    transform: scaleY(-1);
}
