body {
margin: 20px;
 /* background-color:#000;*/
background: linear-gradient(141deg, #0C0C0C 10%, #282828 30%, #3A3A3A 80% );
}

.header {
  text-align: center;
  color:#CCC;
	font-family: 'Cormorant Unicase', serif;
	font-size:36px;
	margin-bottom:0px;
}

.footer {
  /* position: relative;*/
   width: 100%;
   color: white;
   text-align: center;

   margin-top:5px;
   padding:5px;
}



.text {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}


.text2 {
  color: #CCC;
  font-size: 20px;
  padding: 16px 32px;
  font-family: 'Comic Sans MS', cursive;
}