body{

font-size:14px;
line-height:2.0em;
color:#2b2b2b;
background:#fffffc;
margin:40px;
}

h1{display: inline-block;
background: rgb(255,0,125);
background: linear-gradient(90deg, rgba(255,0,125,1) 0%, rgba(90,244,255,1) 52%, rgba(255,251,0,1) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}

h3{display: inline-block;
background: rgb(117,0,255);
background: linear-gradient(90deg, rgba(117,0,255,1) 0%, rgba(237,254,0,1) 50%, rgba(0,250,250,1) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}


a:link { color: #ff007d; }
a:visited { color: #ff007d; }
a:hover { color: #ff007d; }
a:active { color: #ff007d; }
a { text-decoration: none;}
