h2#danraku2{
position: relative;
padding: 0.2em 0.5em;
background: -moz-linear-gradient(to right, rgb(255, 124, 111), #FA58D0);
background: -webkit-linear-gradient(to right, rgb(255, 124, 111), #FA58D0);
background: linear-gradient(to right, rgb(255, 124, 111), #FA58D0);
color: white;
font-weight: lighter;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);}

h3#danraku3{
position: relative;
padding: 0.2em 0.5em;
background: -moz-linear-gradient(to right, rgb(255, 124, 111), #BF00FF);
background: -webkit-linear-gradient(to right, rgb(255, 124, 111), #BF00FF);
background: linear-gradient(to right, rgb(255, 124, 111), #BF00FF);
color: white;
font-weight: lighter;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);}

h4#danraku4{
position: relative;
padding: 0.2em 0.5em;
background: -moz-linear-gradient(to right, rgb(255, 124, 111), #00BFFF);
background: -webkit-linear-gradient(to right, rgb(255, 124, 111), #00BFFF);
background: linear-gradient(to right, rgb(255, 124, 111), #00BFFF);
color: white;
font-weight: lighter;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);}

h5#danraku5{
position: relative;
padding: 0.2em 0.5em;
background: -moz-linear-gradient(to right, rgb(255, 124, 111), #C8FE2E);
background: -webkit-linear-gradient(to right, rgb(255, 124, 111), #C8FE2E);
background: linear-gradient(to right, rgb(255, 124, 111), #C8FE2E);
color: white;
font-weight: lighter;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);}

h6#danraku6{
position: relative;
padding: 0.2em 0.5em;
background: -moz-linear-gradient(to right, rgb(255, 124, 111), #FF0000);
background: -webkit-linear-gradient(to right, rgb(255, 124, 111), #FF0000);
background: linear-gradient(to right, rgb(255, 124, 111), #FF0000);
color: white;
font-weight: lighter;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);}