html, body 
{
  height:100%;
  margin: 0;
  padding:0;
  font-family: 'Segoe UI', Tahoma, sans-serif;
  font-size: 14pt;
}

.flex-container 
{
  display: flex;
}

.flex-child 
{
  flex: 1;
}  

.flex-child:first-child 
{
  margin-right: 10px;
}

.menu-item
{
  display:block;
  color:rgba(255, 255, 0, 0.8);
  margin:10px;
}

.bg 
{
	/* The image used */
	background-image: url("./images/algebra.jpg");
  
	/* Full height */
	/* height: 100%; */
  
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

  /* Font */
	/* font-family: Georgia, "Times New Roman", Times, serif; */
}
