body {background: linear-gradient(darkblue,lightblue); background-repeat: no-repeat; background-attachment: fixed; text-align: center; font-family: arial narrow;}
p {color: white; font-size: 25px; font-weight: bold; text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;}
h1 {color: yellow; text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;}
table {text-align: center; border: 0px solid yellow; width: 60pc;}
tr {text-align: center; border: 0px solid yellow;}
td {text-align: center; color: white; font-weight: bold; font-size: 20px; border: 0px solid yellow; width: 20pc;}
button {font-size: 19px; background-color: blue; border-radius: 4px; border: 2px solid yellow; color: white; margin: 5px; text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;}
button:hover {background-color: lightblue; color: yellow;}
a {color: yellow; text-decoration: none;}
a:link {color: yellow; text-decoration: none;}
img {border: 5px solid black; max-width: 70%; height: auto;}
#img2 {border: none; width: auto; height: auto;}
