#showCase {
    min-height: 900px;
    background: url("img/appBackground.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;

}
#showCase h1 {
    font-size: 100px;
    color: #ebbd34;
    font-family: brush script mt;
    text-shadow: 3px 3px navy;
}
#showCase h2 {
    color: whitesmoke;
    text-shadow: 2px 2px black;

}
.how-img img {
    height: 25%;
}
html {
    scroll-behavior: smooth;
}
#googlePlay img {
    height: 25px;
}
.container-showcase {
    padding-left: 80px;
    padding-top: 200px;
}
#appDescrip .container h1 {
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    color: whitesmoke;
    color: #333;
    padding-bottom: 100px;
}
#appDescrip .container h1:after {
    content: '';
    background: whitesmoke;
    background: #333;
    display: block;
    height: 3px;
    width: 300px;
    margin: 10px auto;

}
#appDescrip .container h2{
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    color: #333;
    padding-bottom: 10px;

}
.w-100 {
    padding-top: 50px;
}

#appDescrip .container img {
    height: 500px;
    width: 70%;
}
#pokerImgCont img {
    width: 100%;
}
#pokerImage{
    width: 100%;
}
