html, body {
	margin:0;
	padding:0;
}


body {

	font-family: sans-serif;
	color:black;
	font-size: 1.2rem;
	line-height: 1.2;
	 -webkit-font-smoothing: antialiased;
}

.w-100 {
	width:100%;
	height: auto;
}

.h-100 {
	height: 100%;
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

#app {
	background: white;
}