.mainDivNoConf {
  margin: auto;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
}

.no-config-footer span {
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: white;
}

body {
	background: linear-gradient(-45deg, #020024, #1379c1, #00d4ff);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
