<style>

    body{}

    /* Button Hover animation */
    @keyframes buttonflip {
        50% { transform: scale(.95); background: #b8d6f3; }
    }

    button {
        cursor: pointer;
    }

    button:hover {
        animation: buttonflip .5s normal forwards ease-in-out;
    }

#g-consent {
	position: unset;
	white-space: nowrap;
}

</style>
