table {
    background-color: grey;
    font-family: cursive;
    border-radius: 8%;
    color: white;
    background-image: url(./joker.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
body {
    padding: 100px;
    background-image: url(./Batman.jpg);
    background-repeat: repeat;
    background-size: auto;
}
div {
    padding: 80px;
}
h1 {
    font-family: cursive;
    color: maroon;
    background-color: grey;
    background-position: 10%;
}
#sub{
    padding-bottom: 20%;
    text-align: bottom;
}
body {
    background-color: black ;
}
