body
{
margin: 0px;
background-attachment: fixed;
background-image: linear-gradient(to bottom, #009900, #FFFF00, #33CCFF);
font-family: Verdana;
font-weight: bold;
color: #000000;
}

.prizebox
{
border: 5px solid #000000;
border-radius: 30px;
background: #FFFFFF;
height: 70px;
width: 160px;
padding: 10px;
color: #0000FF;
}

.prizetext
{
display: flex;
justify-content: center;
align-items: center;
color: #FF0000;
font-size: 24pt;
text-shadow: 4px 4px 4px #FFFF00 , -2px -2px #FFFF00;
}

a
{
color: #0000FF;
text-decoration: none;
font-family: Verdana;
font-weight: bold;
font-size: 14pt;
text-shadow: 2px 2px #FFFF00;
}

.headings
{
color: #FFFFFF;
font-weight: bold;
font-size: 16pt;
text-shadow: 2px 2px #000000;
}

.button1
{
background: #FFFFFF;
color: #000000;
font-weight: bold;
font-size: 12pt;
width: 120px;
height: 26px;
border: 3px solid #000000;
border-radius: 10px;
}

.textinput
{
background: #FFFFFF;
color: #000000;
font-size: 12pt;
width: 280px;
height: 20px;
border: 3px solid #000000;
border-radius: 10px;
}

.cbox
{
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 24px;
height: 24px;
border: 3px solid #000000;
border-radius: 10px;
}

.circle_link
{
border: 1px solid #FF0000;
height: 100px;
background-image: url("link_bg.png");
}

