html,
body{
	padding:0;
	margin:0;
	background-color:rgba(2,8,62,1.00);
	
	color:darkgray;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

#wrap {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-image: url(bg.svg);
}

#wrap h1{
	margin:4px 0px;
	font-size: 45px;
	font-weight: 800;
	color:rgba(236,239,248,1.00);
}

#wrap p{
	margin:0;
	line-height: 22px;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 300;
	color: rgba(159,228,255,1.00);
}
