.body {
	background-color: #000000;
	background-image: url(media/BGLogo.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 20%;
	margin-bottom: 20%;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.roundcorners {
	border-radius: 10px;
}

.button {
	float: center;
	border-radius: 10px;
	padding: 5px;
}
.flex-container {
	margin-top: 15%;
  	display:flex;
 	flex-direction: row;
	align-items: center;
	justify-content: center
		
}
