

body {
    margin: 0px;
    padding: 0px;
    background-color: rgba(10, 38, 81, 1.0);
}




.content {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	/* background-color: rg(55, 255, 25, .40); */
}

.content img {
	width: auto;
	height: auto;
	max-height: 90px;
}




