body{
	align-items: center;
	justify-content: center;
	display: flex;
	
}
.container{
	display: flex;
	justify-content: space-between;
	
}