html{
	background-image: url("https://rietpark.eu/imgs/background.png");
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
	height: 125%;
 background-size: 100% 125%;
position: cover;
background-repeat: no-repeat;
overflow: auto;

}




.container {
font-family: 'Roboto', sans-serif;
	background-color:#FFF;
	border-radius: 10px #EFEDED;
	box-shadow: 2px 2px 2px #B7B6B6;
	padding:6px;
	margin-bottom: auto;
	max-width:1024px;
overflow-y: auto;
max-height: 350px;
	margin-left:auto;
	font-size: 14px;
	margin-right:auto;

position:cover;}

.blink_me {
  animation: blinker 5.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}





