* {
    padding: 0;
    margin: 0;
    border: none;
}
html {
    font-size: 125%;
}

.gdprcookie{
	max-width:400px !important;
}
.gdprcookie h1 {
	color: #ee4b5a !important;
   
    font: 2rem 'Roboto Slab', system-ui;
	 font-size:18px !important;
    margin-bottom: 1rem;
}
main {
    margin: 0 auto;
    max-width: 30rem;
}

.gdprcookie-intro p {
    font-size:12px !important;
    margin-bottom: 1rem;
	line-height: 1.75em;
	text-align:justify;
}

code {
    color: #ee4b5a;
    font: .8em monospace;
    background: #f7f7f7;
    padding: .15rem .25rem;
    border-radius: .15rem;
    border: .05rem solid #ebebeb;
}

