body {background: linear-gradient(darkblue,lightblue); background-repeat: no-repeat; background-attachment: fixed; font-family: arial narrow;}
h1 {text-align: center; color: yellow; line-height: 0px;}
a {color: yellow; text-decoration: none;}
a:link {color: yellow; text-decoration: none;}
p {color: white; font-size: 21px; text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue; font-weight: bold; font-style: italic;}
table {text-align: left; width: 60pc;}
th {color: pink; font-weight: bold; font-size: 20px; border: 2px solid yellow; font-style: italic;}
tr {background: darkblue; border: 2px solid yellow; font-style: italic;}
td {color: white; font-weight: bold; font-size: 20px; border: 2px solid yellow; font-style: italic;}
.heading {color: yellow; font-size: 32px; font-weight: bold; background-image: linear-gradient(to right, yellow, blue , yellow); max-width: 80%; height: auto; border-radius: 50px 15px; border: 2px solid yellow; margin: 3px; margin: auto; text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;}
.heading2 {text-align: center; color: yellow; font-size: 20px; font-weight: bold; background-image: linear-gradient(to right, yellow, blue , yellow); max-width: 80%; height: auto; border-radius: 50px 15px; border: 2px solid yellow; margin: 3px; margin: auto; text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;}
img {max-width: 70%;}
#img2 {max-width: 10%;}

