.container {
	max-width: 1000px;
	margin: auto;
}

.cloud-tool-header {
	background: #0040AA;
	font-size: 2em;
	font-weight: bold;
	color: #FFF;
	padding: 50px;
}

.footer {
	margin-bottom: 0;
	margin-top: auto;
}

.cloud-tool-footer {
	background: #0040AA;
	color: #FFF;
	text-align: center;
	font-size: 0.8em;
	padding: 15px;
}


.cloud-tool h2 {
	font-size: 2em;
	font-weight: bold;
	margin: 50px 0;
}

.cloud-tool p {
	line-height: 2em;
}

.cloud-tool a {
	display: inline-block;
	background: #0D6EFD;
	color: #FFF;
	text-decoration: none;
	border-radius: 5px;
	padding: 20px;
	margin: 50px 0;
	font-size: 1.5em;
}
.cloud-tool a:hover {
	background: #0B5ED7;
}