body {
	background: #214259 url("https://archived.disperse.io/img/background.png");
	font-family: Arial;
	color: #2f2f2f;
	margin: 0;
}

.container {
	width: 600px;
	height: 10rem;
	margin: auto;
	position: absolute;
	background: white;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 25px;
	text-align: center;
}

.container .text {
	font-weight: 500;
	color: #3b3b3b;
	font-size: 18px;
	top: 9rem;
	left: 39px;

}

img {
	margin-top: 2.5%;
	position: relative;
	width: 50%;
}

