body {
	background-color: #efefef;
}
.content {
	margin: auto;
	width: 50%;
	padding: 10px;
	 text-align: center;
}
h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
}
a {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	text-decoration: none;
}
p {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
}
a:link, a:visited {
	color: #1688ff;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #1688ff;
  color: white;
  text-align: center;
}
.copyright {
	font-size: 16px;
}
.button {
  background-color: #1688ff; 
  color: white !important;
  border: 0px;
  border-radius: 2px;
  padding: 16px 40px;
  position: absolute;
  right: 40px;
  font-size: 16px !important;
}

.button:hover:enabled {
  background-color: #137dea;
  color: white;
  border: 0px;
  cursor: pointer;
}
.button:focus {
	outline: none;
}
button:disabled {
	background-color: #95c9ff;
}
