* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-size: 16px;
}

body {
	width: 100%;
}

a {
	color: white;
	transition: all 0.2s ease;
}

a:hover {
	background-color: rgba(255,255,255,0.1);
  }

.app_live {
	font-family: sans-serif;
	color: rgb(208, 208, 208);
	height: 100vh;
	width: 100%;
}