
html
{
/*	background: beige;
	background: #444444;
	line-height: 1.5em;
*/

	margin: 0px;
	padding: 0px;
	font-size: 44px;

	vertical-align: middle;
	color: black;
	/*
  text-shadow: 2px 2px  #ff0000;

	text-align: center;
	*/
}

body
{
  background-color: beige;
  /*
  background-color: beige;
  background-color: lightgreen;
  background-color: #C3FDB8;
  background-color: #5EFB6E;

  */
  font-family: Arial, Helvetica, sans-serif;
 }

div
{
  border-radius: 25px;
	padding:  5px;
	margin:  10px;
  box-shadow: 0 22px 70px 4px rgba(0, 0, 0, 0.56);
  height: 150px;
  width: 90%;

}

a
{
  text-decoration: none;
  color: black;
  white-space: nowrap;
  /*
  display: block;
  */
  text-align: center;
}

img
{
  width: 90px;
  transition: 2s;
}
img:hover
{
  width: 100px;
  transition: .25s;
}

.controls
{
  border: 5px solid black;
  text-align: center;
}


#body
{
  height: 300px;
}


#start
{
  margin-top: 150px;
}


table{
  width: 95%;
}
