html, body {
	margin:0;
	height: 100%;
	font-family: Arial, sans-serif;
	color: #fff;
	background: linear-gradient(to bottom, #5f84e2, #1a3b6b);
	text-align:center;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-size:cover;
}
a.button {
	width: auto;
	padding: 0.75rem 1.5rem;
	background-color: #4a6cf7;
	color: white;
	border: none;
	border-radius: 5px;
	font-size: 1rem;
	cursor: pointer;
	transition: background-color 0.3s ease;
	text-decoration:none;
}
a.button:hover {
	background-color: #3a56c3;
}

p{
	font-size:2rem;
}
img.logo{
	margin-top:2rem;
	height:auto;
	max-width:100%;
}
div {
	display: flex;
	flex-direction: column;
	align-items: center;
}
  