body {
  font-family: sans-serif;
  text-align: center;
  margin: 0px;
  background-color: #fefefe;
}

.btn {
	background-color: #d36914 !important;
	border-color: #d36914 !important;
	border-radius: 10px;
	color: #FFFFFF !important;
	font-size: 18px !important;
	font-weight: bold !important;
	width: 280px;
	height: 47px;
	cursor: pointer;
}

#installMessage {
  display: none;
}

#webNote {
  display: none;
}

.note {
  font-size: 0.9rem;
  color: #555;
  margin-top: 7px;
}

h1, p, font{
	font-family: sans-serif;
}

h1{
	font-size: 40px;
}

p{
	font-size: 20px;
}

