html, body {
	background-color: #DEDFDE;
	color: #303030;
	font-size: 10vw;
	letter-spacing: 1px;
   	height: 100%;
	margin: 0px;
}

a {
  color: #303030;
  text-decoration: none;
}

a:hover,
a:focus {
	color: #303030;
	text-decoration: none;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.header {
	color: #8F818E;
}

.create {
}

.share {
}