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

body {
	background-color: #000;
	font-family: 'Ubuntu', sans-serif;
}

.title {
	margin-top:10%;
	font-size: 36px;
	text-align:center;
	color: #fff;
}

.button {
	width: 88px;
	margin: 25px auto;
}