body{
    text-align: center;
    background-color: blanchedalmond;
    background-image: url(img/casino3.jpg) ;
    background-size: cover;
}
img{
    margin: auto;
    width: min-content;
}
h1{
    text-align: center;
    background-color: beige ;


}
li{
    text-align: center;
    color: white;
    font-size: x-large;
    background-color: rgba(0, 0, 0, 0.479);
}
ul {
    text-align: center;
    list-style: none;
}
form {
    text-align: center;
}