#background {
	background: radial-gradient(circle, #930B83, #1C5F0C);
  padding: 20px 20px;
  color: white;
  
}
#cliptext {
  background: radial-gradient(circle, #930B83, #1C5F0C);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
 
}
#container {
  display: table-cell;
  vertical-align: middle;
  
}
body {
  	display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}
.div {
   width: 300px;
   padding: 5px;
   margin: 7px auto;   
   text-align: center;
}