body{
	box-sizing: border-box;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	color:#4D4D4D;
	border-left:#00012B 5px solid;
	border-right:#00012B 5px solid;
}

.c-button--primary {background:#00012B;}
.c-button--primary:hover {background:#00012B; opacity:0.5;}