.flex-container {
        display: flex;
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
	height: 100vh; /* Full viewport height */
}
body {
	background-color: black;
}
