html ,
body
{
min-height: 100vh;
background-color: white;
/*background-image: linear-gradient(180deg, rgba(66, 119, 38, 1) 1%, rgba(241, 207, 137, 1) 44%),  url(https://img.icons8.com/android/2x/happy.png);*/
background-size: 100%;
background-position: left top;
background-repeat: no-repeat;
	margin-right: 15%;
	margin-left: 15%;
}
