@charset "utf-8";
/* CSS Document */

.bigLogo {
	background-image: url(../img/Logo_med.png);
	background-repeat:no-repeat;
	height:400px;
	width:402px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	margin-top:100px;
	}

.displayName {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#292B49;
	font-size:48px;
	font-weight:bolder;
	text-align: center;
	margin-bottom:5px;
	margin-top:5px;
	}

.status {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight:bolder;
	background-color: yellow;
	text-align: center;
	margin-bottom:5px;
	margin-top:5px;
	}

p {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:24px;
	text-align: center;
	margin-bottom:5px;
	margin-top:5px;
}
