/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 29, 2026 */



@font-face {
    font-family: 'shivaregular';
    src: url('shiva_demo-webfont.woff2') format('woff2'),
         url('shiva_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
  background-color: white;
  color: red;
  text-align: center;

}
h1 {
font-family: 'Times New Roman', serif;
  font-size: 20px;
  font-weight: 100;
}
p {
font-family: 'Times New Roman', serif;
  font-size: 20px;
}


/* unvisited link */
a:link {
  color: red;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: green;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: blue;
 text-decoration: underline;
}

/* selected link */
a:active {
  color: black;
  text-decoration: underline;
}