.eu-cookies {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	color: white;
	background-color: black;
	z-index: 1000;
}

.eu-cookies button {
	background: green;
	color: white;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  height: 100%; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

.center_text {
  text-align: center;
  padding-top: 50px; }
  .center_text img {
    max-width: 250px; }
  .center_text h1, .center_text h2 {
    font-family: 'Roboto', sans-serif; }
  .center_text h1 {
    margin-top: 30px; }
  .center_text a {
    color: #DA182A;
    text-decoration: underline; }
    .center_text a:hover {
      color: #DA182A; }