body, html {
	background-color: rgb(2,35,140);
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

.logo {
	background-image: url(/img/logo-header.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 90%;
	height: 90%;
	margin: 5%;
}
