@font-face {
  font-family: 'GrapeSoda';
  src: url('assets/fonts/GrapeSoda.ttf');
}
body {
  background-color: Black;
  font-family: "GrapeSoda";
  font-size:xx-large;
  font-style: normal;
  color:White;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}
p{
  text-align: center;
}
.logo {
  display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
  height: 80px;
}
.logopic {
	height: 100%;
}
.logodivider {
  padding: 16px;
  display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
  height: 32px;
}
.logodividerpic {
	height: 100%;
}
.client-body{
  width:90%;
  max-height:90%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  border:3px;
  border-color: white;
  border-style:  solid;
  border-image: url("/assets/images/index/main_border.png");
  border-image-repeat: repeat;
  border-image-slice: 9 6 14 22;
  border-image-width: 6.75 4.5 10.5 16.5;
  border-image-outset: 9 6 14 22;
}