body
{
    font-family: 'Monda', sans-serif;
}
h1
{
    font-family: 'Bad Script', cursive;
    display: inline;
    font-size: 3em;
}
ul
{
    overflow: hidden;
    margin-bottom: 5px;
}
li
{
    list-style: none;
    width: 150px;
    height: 150px;
    margin: 0 5px 5px 0;
    padding: 20px;
    background-color: #dedede;
    float:left;

}
li img
{
    width: 150px;
    height: 150px;
}
input:focus
{
    outline: 0;
}
footer
{
    width: 798px;
    margin: 0 auto;
}
footer p
{
    font-size: 34px;
}
footer a
{
    background-color: #3061ff;
    text-decoration: none;
    color: #fff;
}
header
{
    padding-bottom: 20px;
}
header a
{
    text-decoration: none;
    text-align: center;
}
#content
{
    width: 860px;
    margin: 0 auto;
}
.video
{
    width: 150px;
    height: 150px;
}
#lottery
{
    background-color: #9ddbff;
    height: 232px;
    border-radius: 10px;
}
#button
{
    height: 50px;
    width: 150px;
    background-color: #ff0000;
    border-radius: 30px;
    border: none;
    float: right;
    margin: 25px 25px 0 0;
    color: #fff;
    font-size: 27px;
}
.number
{
    font-family: 'Monda', sans-serif;
    font-size: 34px;
    height: 50px;
    width: 686px;
    margin: 90px 0 0 10px;
    padding: 0 0 4px 10px;
    border: none;
    color: #a9a9a9;
}
.win
{
    width: 134px;
    height: 52px;
    background-color: #3061ff;
    border: none;
    color: #fff;
    font-size: 35px;
    vertical-align: bottom;
}
#contactform
{
    font-family: 'Monda', sans-serif;
    font-size: 20px;
    margin-top: 300px;
}
#contactform input
{
    display: block;
    height: 50px;
    width: 300px;
    padding-left: 10px;
}
#contactform .button
{
    height: 50px;
    width: 312px;
    background-color: #3061ff;
    border: none;
    color: #fff;
}
#resultMessage
{
    margin-left:10px;
}