html {
  height: 100%;
  width: 100%;
}
body {
  background: rgb(0, 0, 0);
  background: rgb(2,0,36);
  background: linear-gradient(171deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(9,18,127,1) 38%, rgb(98, 190, 209) 100%);
  
  background-size: 3000px 3000px;
  .header {
    background-color: #F1F1F1;
    text-align: center;
    padding: 20px;

  }
h1 {
  color: rgb(253, 253, 253);
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-style: oblique;
}

h2 {
  color: white;
  font-family: Verdana;
}
button {
  background-color: #db4d00;
  font-color: white
  
}
p {
  color: white;
  font-family: Verdana;
}

h3 {
  color: white;
  font-family: Verdana;
}

h5 {
  color: white;
  font-family: Verdana;
}
/* link colour*/
a {
  color: white;
  font-family: Verdana;
}
button{
  font-family: sans-serif;
  font-size: 100%;
  color: rgb(232, 223, 223);
  border-radius: 5px;
  
}
 
 