/*!
 * CSS by netgezel.nl
 */

body{
	background: #9c1e42;
	color: #fff;
	font-size: 24px;
	line-height: 32px;
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
}

a{
	color: #fff !important;
	text-decoration: none;
}

a:hover{
	color: #fff !important;
	text-decoration: underline;
}