body {background: linear-gradient(darkblue,lightblue); background-repeat: no-repeat; background-attachment: fixed; text-align: center; font-family: arial narrow, arial;}
a:link {text-decoration: none; color: white;}
a {text-decoration: none; color: white;}
button {background: linear-gradient(to right, darkblue, blue, darkblue); font-size: 10px; color: white;}
#button2 {font-size: 21px; background-color: blue; border-radius: 4px; border: 2px solid yellow; color: white; margin: 1px; text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue; font-weight: bold;}
#button3 {color: white; font-size: 14px; font-weight: bold; background-image: linear-gradient(to right, darkblue, blue , darkblue); max-width: 80%; height: auto; border-radius: 50px 15px; border: 2px solid yellow; margin: auto; text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue; padding: 5px;}
div {width: 600px; color: white; font-size: 20px; font-weight: bold; font-style: italic; text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue; background: darkblue; text-align: center;}
img {max-width: 70%; border: 5px solid black;}
#img2 {max-width: 10%; border: 0;}
#img3 {max-width: 70%; border: 0;}
p {color: white; font-size: 22px; text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue; font-weight: bold; font-style: italic;}
.heading {color: yellow; font-size: 16px; 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 {color: yellow; font-size: 16px; font-weight: bold; background-image: linear-gradient(to right, yellow, blue , yellow); max-width: 50%; 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;}
.main {text-align: left; color: white; font-size: 14px; font-weight: bold; background-image: linear-gradient(to right, darkblue, blue , darkblue); max-width: 95%; height: auto; border-radius: 50px 15px; border: 2px solid yellow; margin: auto; text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;}
