﻿@import url(reset.css);

#wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: url("../img/bg.png") center center repeat;
	width: 100%;
	height: 100vh;
	color: #FFF;
}

p {
	opacity: .5;
}