@font-face {

  font-family: Alumni;

  src: url(AlumniSansPinstripe-Regular.ttf);

}

header {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
}

.site-logo {
  margin-left: 3%;
  margin-top: 5%;
   width: 15%;
  height: auto;
}

.logo{
	width: 100%;
  	height: auto;
}


t1{
	color: white;
	font-size: 5em;
	text-align: center;
	font-family: Alumni;
}

main{
	 margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body{
	background-image: url("image/fondN.jpg");
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: black;
}