@font-face
{
	font-family: 'Avenir Roman';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir Roman'), url('./Avenir_Roman.woff') format('woff');
}

body
{
    font: 14px/1.5 'Avenir Roman';
    font-weight: 500;
    -webkit-font-smoothing:antialiased;
	
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

img
{
	width: 167px;
	height: 99px;
}

.mainContainer
{
	width: 100%;
	height: 100%;
	background-color:#404652;
	color: #ffffff;
}

.centeredContainer
{
	display: flex;
	justify-content: center;
	height: 100%;
	align-items: center;
}

.contentContainer
{
	display: block;
	text-align:center;
}

.impress
{
	color: #707981;
	font-size:0.6rem;
}

a:link {
  color: #00777E;
  font-weight: bold;
}

a:visited {
  color: #00777E;
}

a:hover {
  color: #00777E;
}

a:active {
  color: #00777E;
}
