
body{
  	background-image: linear-gradient(#0C7489, #6200B3, black);
	background-repeat: no-repeat;
	min-height: 100%;
}

h1 {
	color: #D7D9CE;
}

input {
	background: #6200B3;
	color: #D7D9CE;
}

p {
	color: #D7D9CE;
}

a{
	color: #D7D9CE;
}
