* {
	margin: 0;
	padding: 0;
	outline: 0;
	box-sizing: border-box;
}

body {
	background: #001941;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}

body,
input,
button {
	font-size: 1rem;
	font-family: 'Roboto', sans-serif;
}

button {
	cursor: pointer;
}

section.wip {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	overflow-x: hidden;
}

section.wip img {
	width: 100%;
	max-width: 700px;
	margin-top: -35px;
	margin-bottom: -60px;
}

section.wip p {
	text-align: center;
	padding: 0 25px;
	font-size: .9rem;
	z-index: 2;
}

section.wip p:nth-child(1) {
	font-size: 1.2rem;
}