html{

    background-image: url('Images/Casino.jpg');
    background-size: cover;
    
}

body {
    text-align: center;
    zoom: 1.5;
    background-image: url('Images/Casino.jpg');
    background-size: cover;
}
h2 { 
    text-align: center;
    font-family: 'Impact', sans-serif;
}

#LuckTest {
    border: black dotted;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 10px;
    background-color:rgb(255, 0, 0, .7);
    background-image: url('Images/Casino.gif');
}

.form-image1 {
    float: left;
    width: 5em;
    height: 5em;
}

.form-image2 {
    float: right;
    width: 5em;
    height: 5em;
}

input {
    width: 30px;
    text-align: center;
    background-color: silver;
}
input:hover {
    background-color:yellow;
}

button{
    text-align: center;
    background-color: Gold;
    border-radius: 500px;
    margin: 10px;
}

button:hover{
    background-color:silver;
}

#reset {
    text-align: center;
    background-color: Gold;
    width: 60px;
    margin: 10px;
}

#reset:hover {
    background-color:silver;
}

Label {
    background-color: green;
    border: solid 1px
}

#jackpot {
    display: none;
}
  
 