body {
  font-family: sans-serif, Arial, Helvetica;
}

#wrapper {
  width: 390px;
  margin: 40px auto;
/*border: 4px solid #EEE;*/
  padding: 15px;

}
h1 {
  font-size: 800%;
  margin-top: 0;
}

.gradient-text { 
  background: linear-gradient(45deg, #7b08d8, #0e011f); 
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; } 