*{
    margin-top: auto;
    margin: auto;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

body{
    background-size: 120%;
    background-image: url(web2.website.images/casinoLIGHT.jpg);
}

section{
    scale: 85%;
}

h1{
    text-align: center;
    font-size: 40px;
    color: rgb(205, 179, 107);
    display: grid;
    background-color:rgb(51, 10, 10) ;
}

h2{
    text-align: center;
    color: rgb(205, 179, 107);
    background-color: rgb(51, 10, 10);
}

#challenges{
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    color: rgb(71, 14, 21);
    font-size: 50px;
}

#card{
    scale: 40%;

}

a{
    text-decoration: none;
    color:rgb(51, 10, 10) ;
}
 

.zoom{                                                                                       
    transition: transform 0.5s;
}

#small{
    scale: 70%;
}

#wp{
    scale: 70%;
}

#pp{
    scale: 30%;
}

.zoom:hover{

    transform: scale(1.1);

}
.wp{
   
   transform: scale(1.1);

}

h2{
    text-decoration: underline;
}

footer{

    color: brown;
    background-color: rgb(51, 10, 10);
    width: 100%;
    display: grid;
    justify-items: center;
    position: fixed;
    font-size: 15px;
    padding: 0%;
    bottom: auto;
}
