body{
  font-family: 'Roboto', sans-serif;
  text-align: center;
	background-image: linear-gradient(to right, rgb(151, 216, 208), rgb(221, 90, 90));
}

h1{
	font-size: 60px;
	color: rgba(0,0,0,0.4);

}

p,label {
	font-weight: bolder;
}
