body {
  background-color: rgb(0,0,0);
  background-image: url("/bkg_test.png");
  background-size: 64px 64px;
  background-repeat: repeat;
  background-position: center;
	text-align: center;
}

.container {
  height: 100%;
  width: 100%;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
}

.logo {
  position: fixed;
  bottom: 16px;
  right: 64px;
}

  
h3 {
  color: rgb(255,255,255);
  font-family: sans-serif
}
  
p {
  color: rgb(255,255,255);
  font-family: sans-serif
}
  
a {
  color: rgb(194,160,255);
  font-weight: bold;
}