h5 {
    font-family: 'RocknRoll One', sans-serif;
}

.bg2{
    display: block;
}

.bg2-1{
    display: none;
}

.PH{
    height: 200px;
}

.text1 {
    font-family: 'RocknRoll One', sans-serif;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(../img/red-paper-texture.jpg);
    background-size: 1000px 100px;
}

.nav {
    overflow: hidden;
    background-color: rgb(50, 53, 64);
}

.nav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 15px 10px;
    text-decoration: none;
    font-size: 1.5em;
}

.nav a:hover {
    background-color: #ffc107;
    color: black;
}

.nav a.active {
    background-color: #aa1704 !important;
    color: white;
}

.footer {
    background-image: url(../img/red-paper-texture.jpg);
    background-size: 1000px 100px;
    padding: 1em;
    color: #fff;
    margin-top: 20px;
}

.footer a {
    color: aliceblue;
}

#Scratchcard2,
#Scratchcard3,
#Scratchcard4,
#Scratchcard5,
#Scratchcard6,
#Scratchcard7,
#Scratchcard8,
#Scratchcard9,
#Scratchcard10 {
    display: none;
}

.m1em {
    margin-top: 1em !important;
}

#banner {
    margin-top: 4em !important;
}


@media (max-width: 1200px) {
    .PH{
        height: auto;
    }
}

@media (max-width: 576px) {
    #banner {
        margin-top: 3em !important;
    }

    .nav a {
        font-size: 0.5em;
    }

    #showVerificationCodePlace {
        font-size: 1.5em !important;
    }

    .bg2{
        display: none;
    }

    .bg2-1{
        display: block;
    }

}

