@charset "UTF-8";

h2 {
background: linear-gradient(transparent 0%, #f06cde 0% );
font-weight: bold; 
margin: 1em 0em 1em 0;
padding: 0.4em;
line-height: 1.2;
}

p {
    line-height: 1.8;
    letter-spacing: 0.1em;
}

p.top-text{
    text-decoration:underline;
    text-decoration-color:#FF0000;

}