#SirPauls-cookie {
	width: 100vw;
    height: 100vh;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 999;
}

.SirPauls-cookie-container {
    vertical-align: middle;
    margin: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}