#consent {
    display: inline-block;
    right: calc(33% - 300px);
    left: calc(33% - 300px);
    position: absolute;
    width: 67%;
    background: white;
    padding: 2%;
    border: 1px solid blue;
    box-shadow: 0 0 10px 1px white;
    margin-top: 9%;
	font-size: 1.3em;
}