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

html, body {
	display: flex;
}

html {
	justify-content: center;
	height: 100%;
}

body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	padding: 20px 0;
    flex-direction: column;
}
.drubaduro-header {
    margin: 0 0 30px 0;
}
.drubaduro-body {
    
}

h1 {
	font-size: 2.5vw;
	line-height: 1.5;
	font-weight: 400;
	color: #888;
	text-align: center;
}