body {
		background: rgb(92,101,116);
		background: linear-gradient(90deg, rgba(255,179,0,1) 0%, rgba(66,187,0,1) 100%);
	/* background-image: url(bg3.png); USE IMAGE 
	background-image: linear-gradient(#6d818c, #c3d3d2);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
	*/

}
h1 {margin: 0 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 25px;
	padding: 8px 0;
    text-align: center;
	border-radius: 15px;
	flex-direction: column;
	background: rgba(92,101,116, 0.3);
	box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.1),
  0 6.7px 5.3px rgba(0, 0, 0, 0.1),
  0 12.5px 10px rgba(0, 0, 0, 0.01),
  0 22.3px 17.9px rgba(0, 0, 0, 0.1),
  0 41.8px 33.4px rgba(0, 0, 0, 0.01),
  0 100px 80px rgba(0, 0, 0, 0.12);
	 width: 750px;

	 margin: auto;
    }


