html,body {
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	font-family: 'Open Sans', Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Roboto, Arial, sans-serif;
	font-weight: 700;
}

#ip {
	margin: 1em 0;
	font-size: 1.2em;
}

.button {
	display: inline-block;
	margin: 10px 5px 0 2px;
	padding: 16px 40px;
	border-radius: 5px;
	font-size: 18px;
	border: none;
	background: #34aadc;
	color: white;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Roboto';
}

a {
	text-decoration: none;
}