@charset "utf-8";
/* CSS Document */

.black{
	background-color: #000000;

}

.flex { 
  margin-top:5rem;
  display: flex; 
  justify-content: center; 
  align-items:center; 
}